Skip to content

Commit

Permalink
SSH action
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Nov 3, 2022
1 parent db1329b commit 5061e8e
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 @@ -43,7 +43,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 @@ -106,6 +106,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.os == 'windows-2022' && matrix.pkg-name == 'app' }}
uses: mxschmitt/action-tmate@v3

- name: Tests
working-directory: ./tests
env:
Expand Down

0 comments on commit 5061e8e

Please sign in to comment.