Skip to content

Commit

Permalink
Add failure log to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Nov 11, 2021
1 parent 0130019 commit fcd6887
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
shell: bash
run: python install-poetry.py -y

- name: Upload Failure Log
uses: actions/upload-artifact@v2
if: failure()
with:
name: poetry-installer-error.log
path: ${{ env.TMPDIR }}/poetry-installer-error-*.log

- name: Verify Installation
shell: bash
run: |
Expand Down

0 comments on commit fcd6887

Please sign in to comment.