We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469107d commit dd1f620Copy full SHA for dd1f620
1 file changed
.github/workflows/ci-test-e2e.yml
@@ -281,7 +281,7 @@ jobs:
281
if: inputs.type == 'ui' && always()
282
uses: actions/upload-artifact@v7
283
with:
284
- name: playwright-test-trace-${{ inputs.release }}-${{ matrix.mongodb-version }}-${{ matrix.shard }}${{ inputs.db-watcher-disabled == 'true' && '-no-watcher' || '' }}
+ name: playwright-test-trace-${{ inputs.release }}-${{ matrix.mongodb-version }}-${{ matrix.shard }}
285
path: ./apps/meteor/tests/e2e/.playwright*
286
include-hidden-files: true
287
0 commit comments