From ecc1e62d543c318b97db8cd42ccd93dd8b83e0f4 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 8 Feb 2023 10:03:12 +0100 Subject: [PATCH] debug pipe issue: tmate --- .github/workflows/pull-request.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9d38b4612a..77a54f6b27 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -136,6 +136,12 @@ jobs: # node v14.15.4 # npm 6.14.10 # nvm 0.39.2 + - name: Debug on failure + uses: mxschmitt/action-tmate@v3 + with: + timeout-minutes: 60 + limit-access-to-actor: true + - run: nx run cli:bundle - run: nx run testing:bundle - uses: ./.github/actions/upload-job-artifacts