Skip to content

Commit

Permalink
Enable debug logging for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 4, 2023
1 parent b471c54 commit 04e34d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ jobs:
run: yarn test:e2e
env:
GOERLI_RPC_URL: ${{ secrets.GOERLI_RPC_URL!=0 && secrets.GOERLI_RPC_URL || env.GOERLI_RPC_DEFAULT_URL }}
DEBUG: 1
LOG_LEVEL: debug

- name: Stop the e2e test environment
run: scripts/run_e2e_env.sh stop
Expand Down

0 comments on commit 04e34d6

Please sign in to comment.