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