From 93bdcdfd705a80e966ea8993f794f73db35caa6f Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Tue, 12 Dec 2023 10:29:08 +0100 Subject: [PATCH] Add GH debug --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 112958a..6a127c3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,6 +12,8 @@ on: jobs: lint-and-test: + env: + ACTIONS_STEP_DEBUG: true runs-on: ubuntu-latest timeout-minutes: 15 @@ -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.