Skip to content

Commit

Permalink
ci: Add ee or ce to the playwright trace uploaded file (#33299)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman authored Sep 16, 2024
1 parent fad7f97 commit c6478fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
if: inputs.type == 'ui' && always()
uses: actions/upload-artifact@v4
with:
name: playwright-test-trace-${{ matrix.mongodb-version }}-${{ matrix.shard }}
name: playwright-test-trace-${{ inputs.release }}-${{ matrix.mongodb-version }}-${{ matrix.shard }}
path: ./apps/meteor/tests/e2e/.playwright*
include-hidden-files: true

Expand Down

0 comments on commit c6478fe

Please sign in to comment.