Skip to content

Commit fcce6ac

Browse files
committed
update workflows: fix incorrect path for test_ssh_device_ci.py in stage-device-tests workflow
1 parent 5e85c5a commit fcce6ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stage-device-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
run: |
3838
set -e
39-
python tests/test_ssh_device_ci.py
39+
python tests/devices/test_ssh_device_ci.py
4040
4141
- name: Run benchmark dry-run via SSH
4242
shell: bash

0 commit comments

Comments
 (0)