different wait
This commit is contained in:
parent
1b24d45cd5
commit
35dcde6953
@ -31,8 +31,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
run: cd axum_server && just prod > server.log 2>&1 &
|
run: cd axum_server && just prod > server.log 2>&1 &
|
||||||
- name: Wait for server
|
- name: Wait for server
|
||||||
run: |
|
uses: iFaxity/wait-on-action
|
||||||
curl --retry 50 --retry-delay 3 --fail --retry-connrefused -Lsv http://localhost:3081
|
with:
|
||||||
|
resource: http://localhost:3081
|
||||||
- name: run ssg
|
- name: run ssg
|
||||||
run: just ssg
|
run: just ssg
|
||||||
working-directory: axum_server
|
working-directory: axum_server
|
||||||
|
Loading…
Reference in New Issue
Block a user