Skip to content

Commit

Permalink
Drop trace logs stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Oct 9, 2023
1 parent 577b380 commit fada024
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
bash -ic 'yarn test:e2e'

0 comments on commit fada024

Please sign in to comment.