Skip to content

Commit

Permalink
add always() condition to upload cypress artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt committed Jun 18, 2024
1 parent 408cb31 commit 8aec2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
directory: ./frontend/coverage
verbose: true
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: cypress-results
path: ./frontend/src/__tests__/cypress/results/

0 comments on commit 8aec2db

Please sign in to comment.