Skip to content

Commit

Permalink
Added failure hook to discover https://github.com/canonical/dqlite/ac…
Browse files Browse the repository at this point in the history
  • Loading branch information
just-now committed Aug 27, 2024
1 parent 5f1d77f commit 5c46637
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
run: |
make check || (cat ./test-suite.log && false)

- name: OnTestFailure
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: test-suite.log
path: test-suite.log

- name: Coverage
env:
CC: ${{ matrix.compiler }}
Expand Down

0 comments on commit 5c46637

Please sign in to comment.