Skip to content

Commit

Permalink
Merge pull request #2517 from ericoporto/patch-1
Browse files Browse the repository at this point in the history
CI: gives more detailed error message on failure
  • Loading branch information
ivan-mogilko authored Aug 30, 2024
2 parents caf5850 + 19a2176 commit 63c1d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}}
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand All @@ -72,4 +72,4 @@ jobs:
- name: Check auto-test # we are using tap.py so that the pipeline fails if a test fails
working-directory: ${{github.workspace}}/build/${{matrix.platform.bindir}}
run: |
tappy agstest.tap
tappy agstest.tap

0 comments on commit 63c1d1d

Please sign in to comment.