Skip to content

Commit

Permalink
Add GH debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Dec 12, 2023
1 parent 77685f2 commit 93bdcdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:

jobs:
lint-and-test:
env:
ACTIONS_STEP_DEBUG: true
runs-on: ubuntu-latest
timeout-minutes: 15

Expand Down Expand Up @@ -41,8 +43,8 @@ jobs:
# run: yarn test:e2e:start-network >> $GITHUB_OUTPUT &
# Additional env to disable port-fwd for metrics (https://github.com/paritytech/zombienet/issues/1578)
env:
# RUN_IN_CONTAINER: 1
DEBUG: zombie*
RUN_IN_CONTAINER: 1
# DEBUG: zombie*
run: yarn test:e2e:start-network
id: zombienet_setup
# # This is necessary since the `zombienet spawn` process never exits.
Expand Down

0 comments on commit 93bdcdf

Please sign in to comment.