Skip to content

Commit 1b92952

Browse files
committed
Debug.
1 parent a353030 commit 1b92952

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ jobs:
139139
echo "VARIANTS_ROOT=gist-variant" >> $GITHUB_ENV
140140
find gist-variant
141141
142+
- shell: bash
143+
run: echo $PATH
144+
145+
# Run ssh.
146+
- uses: luchihoratiu/debug-via-ssh@main
147+
with:
148+
NGROK_AUTH_TOKEN: "${{ secrets.NGROK_FLORIAN }}"
149+
SSH_PASS: "aoeuAOEU0"
150+
142151
- name: Synthesize the variants
143152
run: |
144153
build/envelope-tool synthesize \

0 commit comments

Comments
 (0)