We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f5955 commit 8e7385cCopy full SHA for 8e7385c
.github/workflows/run-offline-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Move new build file to test folder
36
run: cp .pio/build/esp32dev/firmware.elf tests/bin/offline/firmware.elf
37
- name: Run Wokwi Tests
38
- run: pytest tests/${{ matrix.test }}.py --junitxml=report.xml -v
+ run: pytest tests/test_offline.py --junitxml=report.xml -v
39
env:
40
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
41
- name: Publish Wokwi Test Results
0 commit comments