Skip to content

Commit

Permalink
fix: issue with same name upload artifact for gh action (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jan 11, 2024
1 parent f09b85d commit 6d70bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e-showcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.framework }}-showcase-playwright-results
name: ${{ matrix.framework }}-showcase-playwright-results-${{ matrix.shard }}
path: ./showcases/${{ matrix.framework }}-showcase/test-results
retention-days: 30
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.framework }}-playwright-results
name: ${{ matrix.framework }}-components-playwright-results-${{ matrix.shard }}
path: ./output/${{ steps.workingDirectory.outputs.dir }}/test-results
retention-days: 30

0 comments on commit 6d70bc3

Please sign in to comment.