Skip to content

Commit 21fe192

Browse files
author
Daniel Incicau
committed
Add --continue-on-error flag
1 parent 749c2e0 commit 21fe192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run benchmark
4545
continue-on-error: true
4646
run: |
47-
ob run benchmark -b Clustering.yaml --local --threads 20 --continue-on-error
47+
echo "y" | ob run benchmark -b Clustering.yaml --local --threads 20 --continue-on-error
4848
4949
upload-artifact:
5050
name: Benchmark Artifact

0 commit comments

Comments
 (0)