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 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:
working-directory: axum_server run: just prod
wait-on: http://localhost:3001 working-directory: axum_server
wait-for: 10m wait-on: http://localhost:3001
tail: true wait-for: 10m
tail: true
- run: cd axum_server && just ssg - run: cd axum_server && just ssg
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with: