fix action
Some checks failed
release / release (push) Failing after 1m42s
test / cargo test (push) Failing after 2m19s

This commit is contained in:
Michal Vanko 2024-09-18 12:52:26 +02:00
parent 46394f362c
commit 5134a6411e

View File

@ -19,7 +19,8 @@ jobs:
working-directory: axum_server working-directory: axum_server
- uses: taiki-e/install-action@just - uses: taiki-e/install-action@just
- uses: JarvusInnovations/background-action@v1 - uses: JarvusInnovations/background-action@v1
run: cd axum_server && just prod with:
run: just prod
working-directory: axum_server working-directory: axum_server
wait-on: http://localhost:3001 wait-on: http://localhost:3001
wait-for: 10m wait-for: 10m