From c1428bccece74510cb369ff5a0fd0fc320976b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Sat, 5 Nov 2022 02:59:23 +0100 Subject: [PATCH] DEBUG SSH --- .github/workflows/ci-app-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-app-tests.yml b/.github/workflows/ci-app-tests.yml index 3a7a56308a7bd..3b643771e6cee 100644 --- a/.github/workflows/ci-app-tests.yml +++ b/.github/workflows/ci-app-tests.yml @@ -46,7 +46,7 @@ jobs: - {os: "windows-2022", pkg-name: "lightning", python-version: "3.8", requires: "latest"} # Timeout: https://stackoverflow.com/a/59076067/4521646 - timeout-minutes: 30 + timeout-minutes: 999 steps: - uses: actions/checkout@v3 @@ -109,6 +109,10 @@ jobs: - name: Switch coverage scope run: python -c "print('COVERAGE_SCOPE=' + str('lightning' if '${{matrix.pkg-name}}' == 'lightning' else 'lightning_app'))" >> $GITHUB_ENV + - name: Setup tmate session + if: ${{ matrix.pkg-name == 'app' && matrix.os == 'ubuntu-20.04' && matrix.requires == 'oldest' }} + uses: mxschmitt/action-tmate@v3 + - name: Tests working-directory: ./tests env: