Skip to content

Commit 9cb693d

Browse files
committed
Start ssh directly
1 parent 733fc19 commit 9cb693d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/macos-linux-pixi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ jobs:
8888
with:
8989
submodules: recursive
9090

91+
- name: Start SSH session
92+
uses: luchihoratiu/debug-via-ssh@main
93+
with:
94+
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_TOKEN_EA }}
95+
SSH_PASS: ${{ secrets.NGROK_SSH_EA }}
96+
9197
- uses: prefix-dev/[email protected]
9298
continue-on-error: True
9399
env:
@@ -96,12 +102,6 @@ jobs:
96102
cache: true
97103
environments: test-pixi-build
98104

99-
- name: Start SSH session
100-
uses: luchihoratiu/debug-via-ssh@main
101-
with:
102-
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_TOKEN_EA }}
103-
SSH_PASS: ${{ secrets.NGROK_SSH_EA }}
104-
105105
- name: Test package
106106
run: |
107107
pixi run -e test-pixi-build test

0 commit comments

Comments
 (0)