Skip to content

Commit

Permalink
WIP: Debug wasm action
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 29, 2023
1 parent 9404520 commit 1e36c63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
with:
python-version: '3.10'

- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ secrets.SSH_PASS }}

- name: Test Python WASI
working-directory: ./wasm/python/itkwasm-elastix-wasi
run: |
Expand Down

0 comments on commit 1e36c63

Please sign in to comment.