From 4178d32cf416f04a9cf48b199ae9295bcf055de3 Mon Sep 17 00:00:00 2001 From: Matthew McGowan Date: Fri, 8 Sep 2023 02:40:26 -0700 Subject: [PATCH] fix: wait-on is required. --- .github/workflows/notecard-binary-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/notecard-binary-tests.yml b/.github/workflows/notecard-binary-tests.yml index 63526755..dc1824dc 100644 --- a/.github/workflows/notecard-binary-tests.yml +++ b/.github/workflows/notecard-binary-tests.yml @@ -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.