Skip to content

Commit

Permalink
artifacts on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardZaydler committed Feb 12, 2024
1 parent 7aa6b86 commit d0167a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Archive artifacts
uses: actions/upload-artifact@v2
if: ${{ always() }}
if: ${{ failure() }}
with:
name: test-results
path: ./test-results

0 comments on commit d0167a5

Please sign in to comment.