Skip to content

Commit

Permalink
Always upload logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Nov 14, 2023
1 parent 98bf866 commit dc8aede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
- name: Upload logs
uses: actions/upload-artifact@v2
if: ${{ always() }} # do this even if the tests fail
with:
name: Logs - ${{ job.status }}
path: |
Expand Down

0 comments on commit dc8aede

Please sign in to comment.