Skip to content

Commit

Permalink
enable debug ssh access
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Oct 25, 2024
1 parent 686a4a2 commit fe3536d
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 468 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ jobs:
python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
### uncomment to gain ssh access in case of failure
# - if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
## uncomment to gain ssh access in case of failure
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

dist_check:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit fe3536d

Please sign in to comment.