more fixes
Some checks failed
test / cargo test (push) Failing after 2m48s
release / release (push) Failing after 22s

This commit is contained in:
Michal Vanko 2024-09-18 12:56:49 +02:00
parent 5134a6411e
commit 7d454f502f

View File

@ -22,10 +22,12 @@ jobs:
with: with:
run: just prod run: just prod
working-directory: axum_server working-directory: axum_server
wait-on: http://localhost:3001 wait-on: http://localhost:3081
wait-for: 10m wait-for: 10m
tail: true tail: true
- run: cd axum_server && just ssg - name: run ssg
run: just ssg
working-directory: axum_server
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: dist name: dist