Skip to content

Commit 016b154

Browse files
committed
[bfops/unity-test-tweaks]: add output
1 parent e820445 commit 016b154

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/csharp-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
echo "Allowed to run"
3131
break
3232
fi
33-
echo "2 workflows running. Waiting..."
33+
echo "$running workflows running. Waiting..."
34+
gh run list \
35+
--repo "${GITHUB_REPOSITORY}" \
36+
--workflow "${GITHUB_WORKFLOW}" \
37+
--status in_progress \
3438
sleep 30
3539
done
3640
env:

0 commit comments

Comments
 (0)