Skip to content

Commit

Permalink
Add remote debug to CI runners
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Mar 14, 2023
1 parent c75b217 commit ad42329
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Test
on:
- push
- pull_request
- workflow_dispatch
push:
pull_request:
workflow_dispatch:

jobs:
test:
Expand All @@ -18,6 +18,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ad42329

Please sign in to comment.