debug pipe issue: tmate

This commit is contained in:
Marco Carrozzo
2023-02-08 10:03:12 +01:00
parent 41a474e3d5
commit ecc1e62d54

View File

@@ -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