Skip to content

Commit

Permalink
Update .github/workflows/sycl-linux-run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel authored Mar 20, 2024
1 parent e58cdfc commit 5eb1ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
cat e2e.log
if [ $exit_code -ne 0 ]; then
# TODO: XPASS/UNRESOLVED
awk '/Failed Tests|Testing Time/{flag=1}/FAILED: CMakeFiles/{flag=0}flag' e2e.log >> $GITHUB_STEP_SUMMARY
awk '/^Failed Tests|Testing Time/{flag=1}/FAILED: CMakeFiles/{flag=0}flag' e2e.log >> $GITHUB_STEP_SUMMARY
fi
exit $exit_code
- name: Build SYCL CTS tests
Expand Down

0 comments on commit 5eb1ea0

Please sign in to comment.