diff --git a/.github/workflows/sde-tests-linux-windows.yml b/.github/workflows/sde-tests-linux-windows.yml index a17a78c94b4..cb61ab76934 100644 --- a/.github/workflows/sde-tests-linux-windows.yml +++ b/.github/workflows/sde-tests-linux-windows.yml @@ -89,6 +89,8 @@ jobs: fi SDE_PATH="${{ github.workspace }}/${SDE_DIR}/sde" echo "SDE_PATH=$SDE_PATH" >> $GITHUB_ENV + CTEST_OUTPUT_ON_FAILURE=1 + echo "CTEST_OUTPUT_ON_FAILURE=$CTEST_OUTPUT_ON_FAILURE" >> $GITHUB_ENV shell: bash - name: Run SDE tests (Linux-x86_64) @@ -104,4 +106,4 @@ jobs: run: | & "$env:SDE_PATH" -${{ matrix.sde-processor }} -- ctest -C Release --output-on-failure --parallel $env:NUMBER_OF_PROCESSORS working-directory: ${{ env.BUILD_PATH }} - shell: pwsh \ No newline at end of file + shell: pwsh