try this
Some checks failed
release / release (push) Failing after 4m45s
test / cargo test (push) Failing after 1m9s

This commit is contained in:
Michal Vanko 2024-09-18 16:04:07 +02:00
parent ea888a84ba
commit 1d23732812

View File

@ -31,11 +31,11 @@ jobs:
run: cargo build --release run: cargo build --release
working-directory: axum_server working-directory: axum_server
- name: Run server in background - name: Run server in background
run: just prod run: just prod &
working-directory: axum_server working-directory: axum_server
- uses: cygnetdigital/wait_for_response@v2.0.0 - uses: cygnetdigital/wait_for_response@v2.0.0
with: with:
url: 'http://localhost:3081/' url: 'http://127.0.0.1:3081/'
responseCode: '200,500' responseCode: '200,500'
timeout: 50000 timeout: 50000
interval: 2000 interval: 2000