Skip to content

Commit

Permalink
Enable showing build logs even if build failed, but not if manually c…
Browse files Browse the repository at this point in the history
…ancelled

Signed-off-by: Andy Fingerhut <[email protected]>
  • Loading branch information
jafingerhut committed Jan 18, 2025
1 parent e9d2f4e commit bb17008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
./p4studio/p4studio profile apply ./p4studio/profiles/testing.yaml
- name: Show build logs
if: success() || failure()
run: |
./show-build-logs.sh
Expand Down

0 comments on commit bb17008

Please sign in to comment.