Skip to content

Commit 8e7385c

Browse files
committed
tests use the runner
1 parent 33f5955 commit 8e7385c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-offline-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Move new build file to test folder
3636
run: cp .pio/build/esp32dev/firmware.elf tests/bin/offline/firmware.elf
3737
- name: Run Wokwi Tests
38-
run: pytest tests/${{ matrix.test }}.py --junitxml=report.xml -v
38+
run: pytest tests/test_offline.py --junitxml=report.xml -v
3939
env:
4040
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
4141
- name: Publish Wokwi Test Results

0 commit comments

Comments
 (0)