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 ccb13b1 commit 6e6ad43Copy full SHA for 6e6ad43
.github/workflows/run-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
run: curl -L https://wokwi.com/ci/install.sh | sh
40
41
- name: Test on Wokwi
42
- run: pytest test_${{ matrix.test }}.py --junitxml=report.xml
+ run: pytest ${{ matrix.test }}.py --junitxml=report.xml
43
env:
44
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
45
0 commit comments