Skip to content

Commit 0ea3d1e

Browse files
committed
check path
1 parent e8a9356 commit 0ea3d1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ssh-runner.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
run: |
6363
nvidia-smi
6464
65+
- name: Check path
66+
working-directory: /transformers
67+
run: |
68+
pwd
69+
6570
- name: Check python file
6671
working-directory: /transformers
6772
run: |
@@ -124,7 +129,6 @@ jobs:
124129
SLACK_BOT_TOKEN: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
125130

126131
- name: Tailscale # In order to be able to SSH when a test fails
127-
working-directory: /transformers
128132
uses: ./.github/workflows/action.yaml
129133
with:
130134
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}

0 commit comments

Comments
 (0)