Skip to content

Commit

Permalink
chore: adding unique names to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Feb 3, 2025
1 parent 722f0f2 commit 60da510
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/feature-branch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
name: cypress-screenshots-gtif
path: app/tests/e2e/screenshots
- uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
name: cypress-videos-gtif
path: app/tests/e2e/videos

cypress-run-race:
Expand All @@ -144,13 +144,13 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
name: cypress-screenshots-race
path: app/tests/e2e/screenshots

- uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
name: cypress-videos-race
path: app/tests/e2e/videos

cypress-run-trilateral:
Expand All @@ -172,11 +172,11 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
name: cypress-screenshots-trilateral
path: app/tests/e2e/screenshots

- uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
name: cypress-videos-trilateral
path: app/tests/e2e/videos

0 comments on commit 60da510

Please sign in to comment.