Skip to content

Commit

Permalink
Add missing validation pubber logs to CI output (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Oct 18, 2022
1 parent 8c44f03 commit 2948087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ jobs:
- name: pubber logs
if: ${{ always() }}
run: |
cat pubber.out || true
more pubber.out* out/pubber.out* || true
more pubber/out/*/*.json

0 comments on commit 2948087

Please sign in to comment.