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:
parent
2d069cbebf
commit
7b60b3028d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-dev.yml
vendored
4
.github/workflows/deploy-dev.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue