Skip to content

Commit

Permalink
temporarily continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Aug 15, 2024
1 parent b2a80c4 commit 7c9bc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/h5bench-hdf5-1.14.1-compress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
container:
image: hpcio/hdf5-1.14.1-compression
timeout-minutes: 60
continue-on-error: true

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -42,6 +41,7 @@ jobs:
./h5bench --debug --abort-on-failure --validate-mode ../samples/sync-write-read-chunked-1d-N_BIT.json
- name: Test h5bench SYNC write/read 1D SZIP filter
continue-on-error: true
run: |
cd build-sync
./h5bench --debug --abort-on-failure --validate-mode ../samples/sync-write-read-chunked-1d-SZIP.json
Expand Down

0 comments on commit 7c9bc87

Please sign in to comment.