Skip to content

Commit

Permalink
Feat: add stack name to playwright report
Browse files Browse the repository at this point in the history
  • Loading branch information
jamil314 authored Nov 22, 2024
1 parent 80e8b78 commit 2aa7f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-and-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always() && steps.check-specs.outputs.has_spec_files == 'true'
with:
name: playwright-report-${{ matrix.test_dir }}
name: playwright-report-${{ github.event.client_payload.stack || github.event.inputs.stack }}-${{ matrix.test_dir }}
path: playwright-report/
retention-days: 30

Expand Down

0 comments on commit 2aa7f01

Please sign in to comment.