Skip to content

Commit

Permalink
Different debugger action
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Oct 14, 2023
1 parent 317f38f commit f1d042f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Tox
run: pip install tox
- uses: lhotari/action-upterm@v1
- uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ secrets.SSH_PASS }}
- name: Tox
run: tox -e py-test

Expand Down

0 comments on commit f1d042f

Please sign in to comment.