different wait
Some checks failed
release / release (push) Failing after 23s
test / cargo test (push) Failing after 2m21s

This commit is contained in:
Michal Vanko 2024-09-18 13:25:17 +02:00
parent 1b24d45cd5
commit 35dcde6953

View File

@ -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