Skip to content

Commit

Permalink
CI: Upload test report for failures within distcheck in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Dec 2, 2023
1 parent a8e3391 commit 0c23ad5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ jobs:
# than the main check performed above
- name: Run distcheck
run: make distcheck DISTCHECK_CONFIGURE_FLAGS=${{ matrix.libgtk == 'libgtk2.0-dev' && '--enable-gtk2' || '' }}

- uses: actions/upload-artifact@v3
if: failure()
with:
name: test-suite-log-${{ matrix.os }}-${{ matrix.libgtk }}
path: viking-1.*/_build/sub/test/test-suite.log
retention-days: 7

0 comments on commit 0c23ad5

Please sign in to comment.