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,11 +19,12 @@ jobs:
working-directory: axum_server
- uses: taiki-e/install-action@just
- uses: JarvusInnovations/background-action@v1
run: cd axum_server && just prod
working-directory: axum_server
wait-on: http://localhost:3001
wait-for: 10m
tail: true
with:
run: just prod
working-directory: axum_server
wait-on: http://localhost:3001
wait-for: 10m
tail: true
- run: cd axum_server && just ssg
- uses: actions/upload-artifact@v4
with: