Skip to content

Commit

Permalink
Try just 'bash'
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Feb 21, 2024
1 parent 906563a commit f251776
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,7 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
shell: bash -l {0}
shell: bash
run: |
ctest -j2 --output-on-failure -C $BUILD_TYPE
- name: Test No HDF5 Diagnositics
working-directory: ${{github.workspace}}/build
shell: bash -l {0}
run: |
! ctest --verbose -C $BUILD_TYPE | grep HDF5-DIAG

0 comments on commit f251776

Please sign in to comment.