diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 4db4cde..f122832 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -110,11 +110,4 @@ jobs: cd conference-bot yarn --strict-semver --frozen-lockfile HOMERUNNER_SPAWN_HS_TIMEOUT_SECS=100 ../homerunner & - bash -ic 'yarn test:e2e' - - name: Archive trace logs - if: always() - uses: actions/upload-artifact@v3 - with: - name: e2e-traces - path: | - conference-bot/.e2e-traces \ No newline at end of file + bash -ic 'yarn test:e2e' \ No newline at end of file