pls
Some checks failed
test / cargo test (push) Waiting to run
release / release (push) Has been cancelled

This commit is contained in:
Michal Vanko 2024-09-18 13:28:24 +02:00
parent 35dcde6953
commit 92b38a1087

View File

@ -31,7 +31,7 @@ jobs:
with: with:
run: cd axum_server && just prod > server.log 2>&1 & run: cd axum_server && just prod > server.log 2>&1 &
- name: Wait for server - name: Wait for server
uses: iFaxity/wait-on-action uses: iFaxity/wait-on-action@v1.2.1
with: with:
resource: http://localhost:3081 resource: http://localhost:3081
- name: run ssg - name: run ssg