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 30, 2023
1 parent 4c8ae94 commit 90140cc
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 @@ -53,6 +53,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 90140cc

Please sign in to comment.