Skip to content

Commit

Permalink
fix: wait logs
Browse files Browse the repository at this point in the history
...may be bothersome if I change the name again...
  • Loading branch information
jasonribble committed Oct 28, 2024
1 parent db5f233 commit 0255c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

- name: Prepare API tests
run: cargo run --bin tdd_rs > api.log 2>&1 &
run: cargo run --bin nbd-api > api.log 2>&1 &

- name: Wait for API to be ready
run: |
Expand Down

0 comments on commit 0255c26

Please sign in to comment.