Skip to content

Commit

Permalink
Always upload snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 19, 2024
1 parent 6b21a39 commit 7e22642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# We upload the artifacts into numbered archives to prevent overwriting
- name: Upload Artifacts
uses: actions/upload-artifact@v4
if: ${{ failure() && steps.cypress.conclusion == 'failure' }}
if: ${{ always() }}
with:
name: snapshots-${{ matrix.containers }}
retention-days: 1
Expand Down

0 comments on commit 7e22642

Please sign in to comment.