Skip to content

Commit

Permalink
add node version to the report artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH committed Sep 12, 2024
1 parent 5ec191c commit 57b27ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
name: playwright-report-${{ matrix.node-version }}
path: chaise/playwright-report/
retention-days: 30
- name: Diagnosis after failure
Expand Down

0 comments on commit 57b27ed

Please sign in to comment.