0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: sleep 10s before dev health check (#2014)

This commit is contained in:
Gao Sun 2022-09-27 15:01:26 +08:00 committed by GitHub
parent 2d069cbebf
commit 7b60b3028d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,8 +48,8 @@ jobs:
env:
DEV_SERVER_IP: ${{ secrets.DEV_SERVER_IP }}
- name: Sleep for 5 seconds
run: sleep 5s
- name: Sleep for 10 seconds
run: sleep 10s
- name: Health check
run: curl $DEV_SERVER_URL/api/status -If