diff --git a/.github/workflows/ci-test-e2e.yml b/.github/workflows/ci-test-e2e.yml index e2d299c7b7bd..98e5c916433d 100644 --- a/.github/workflows/ci-test-e2e.yml +++ b/.github/workflows/ci-test-e2e.yml @@ -292,7 +292,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: playwright-test-trace-${{ matrix.mongodb-version }}-${{ matrix.shard }} - path: ${{github.workspace}}/apps/meteor/tests/e2e/.playwright/ + path: ${{github.workspace}}/apps/meteor/tests/e2e/.playwright/**/ - name: Show server logs if E2E test failed if: failure()