From f251776623a8182054616bd9457e574860b120bc Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Wed, 21 Feb 2024 09:14:17 +0100 Subject: [PATCH] Try just 'bash' --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6859e5de..432f0f50b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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