Skip to content

Commit

Permalink
Attempt to dump logs on failure (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeabbey authored Jun 14, 2022
1 parent 3f1b85d commit 72edf72
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/gov_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
run: |
chmod a+x ./scripts/deploy_ci.sh
./scripts/deploy_ci.sh juno16g2rahf5846rxzp3fwlswy08fz8ccuwk03k57y
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v1

3 changes: 3 additions & 0 deletions .github/workflows/gov_submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
run: |
chmod a+x ./scripts/submit_gov_ci.sh
./scripts/submit_gov_ci.sh juno16g2rahf5846rxzp3fwlswy08fz8ccuwk03k57y
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v1

3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
run: |
chmod a+x ./scripts/deploy_ci.sh
./scripts/deploy_ci.sh
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v1

5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./junod
asset_name: junod
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v1

0 comments on commit 72edf72

Please sign in to comment.