Skip to content

Commit

Permalink
fix: wait-on is required.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Sep 8, 2023
1 parent b5f950b commit 4178d32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/notecard-binary-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
with:
run: |
bash ./scripts/runmd5srv.sh
wait-on:
# just a dummy wait-on since this is required.
file:${{github.workspace}}/scripts/runmd5srv.sh

# When done this way, the background process is terminated at the end of the step,
# At least when running with `act`. The same may be true of github runners also.
Expand Down

0 comments on commit 4178d32

Please sign in to comment.