Skip to content

Commit

Permalink
ci: show serial log on failure of tests-snapd
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindavid authored and alfonsosanchezbeato committed Sep 10, 2024
1 parent 2cefcb7 commit 96d3c08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ jobs:
# add any test suites that should be tested here
SPREAD_EXTERNAL_ADDRESS=localhost:8022 spread external:ubuntu-core-24-64:tests/smoke/
- name: Show serial log
if: failure()
run: |
cat '${{ github.workspace }}/serial.log' || true
- name: Discard spread workers
if: always()
run: |
Expand Down

0 comments on commit 96d3c08

Please sign in to comment.