no background action
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:38:08 +02:00
parent 92b38a1087
commit 3be70703e8

View File

@ -27,9 +27,7 @@ jobs:
# wait-for: 10m # wait-for: 10m
# tail: true # tail: true
- uses: nickderobertis/background-task-action@v1 - run: cd axum_server && just prod > server.log 2>&1 &
with:
run: cd axum_server && just prod > server.log 2>&1 &
- name: Wait for server - name: Wait for server
uses: iFaxity/wait-on-action@v1.2.1 uses: iFaxity/wait-on-action@v1.2.1
with: with: