Skip to content

Commit

Permalink
fix: get artifact by name
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Sep 23, 2024
1 parent f043bf2 commit 6f6d21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ jobs:
continue-on-error: false

- name: Debug Cypress logs location
run: ls -R
run: ls

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

- name: Stop Stack
Expand Down

0 comments on commit 6f6d21a

Please sign in to comment.