Skip to content

Commit

Permalink
DEBUG SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Nov 5, 2022
1 parent 69f6359 commit c1428bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-app-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c1428bc

Please sign in to comment.