Skip to content

Commit b87bc25

Browse files
committed
[bfops/unity-test-tweaks]: fix?
1 parent b161562 commit b87bc25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/csharp-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Wait until <2 workflows running
2020
run: |
2121
while true; do
22-
sleep 10;
22+
sleep 10
2323
running=$(gh run list \
2424
--repo "${GITHUB_REPOSITORY}" \
2525
--workflow "${GITHUB_WORKFLOW}" \

0 commit comments

Comments
 (0)