Skip to content

Commit

Permalink
fix: always save all cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Sep 23, 2024
1 parent e996158 commit 9c0547b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ jobs:
run: ls -R cypress

- name: Upload Cypress logs
if: failure()
# if: always()
# if: failure()
if: always()
uses: actions/upload-artifact@v4
with:
name: cypress-logs
name: ${{ matrix.file }}
path: cypress/videos

- name: Stop Stack
Expand Down

0 comments on commit 9c0547b

Please sign in to comment.