Skip to content

Commit

Permalink
tests: always upload artifacts in github actions tests
Browse files Browse the repository at this point in the history
We want to collect the artifacts even if the test fails
  • Loading branch information
justinsb committed Sep 11, 2024
1 parent d958a40 commit 0671e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
env:
ARTIFACTS: /tmp/artifacts
- name: Archive production artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: artifacts
Expand Down

0 comments on commit 0671e77

Please sign in to comment.