Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
KornevNikita committed Feb 23, 2024
1 parent 918399f commit d83b5cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ jobs:
run: |
for i in `ls -1 ./build-cts/bin`; do \
if [ "$i" != "test_all" ]; then \
echo "::group::Running $i" \
echo "::group::Running $i"; \
build-cts/bin/$i; \
echo "::endgroup::" \
fi; \
echo "::endgroup::"; \
fi \
done

0 comments on commit d83b5cb

Please sign in to comment.