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