Skip to content

Commit

Permalink
Add continue-on-error flag for benchmark job
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Feb 10, 2024
1 parent 9ff4d8a commit d6bf51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
docker compose up -d
- name: Run the benchmark
continue-on-error: true
run: |
cd benchmarker
docker build -t private-isu-benchmarker .
Expand Down

0 comments on commit d6bf51a

Please sign in to comment.