Skip to content

Commit f2603bf

Browse files
committed
Enforce failures
1 parent 056c724 commit f2603bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
echo "-----"
7070
sycl-ls
7171
echo "-----"
72-
./devops/scripts/benchmarking/benchmark.sh -n '${{ runner.name }}' -s
72+
./devops/scripts/benchmarking/benchmark.sh -n '${{ runner.name }}' -s || exit 1
7373
- name: Push compute-benchmarks results
7474
if: always()
7575
shell: bash

0 commit comments

Comments
 (0)