Skip to content

Commit aa9a73f

Browse files
committed
[SD] Fix path
1 parent 3e3acfb commit aa9a73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: curl -L https://wokwi.com/ci/install.sh | sh
4040

4141
- name: Test on Wokwi
42-
run: pytest test_${{ matrix.test }}.py --junitxml=report.xml
42+
run: pytest ${{ matrix.test }}.py --junitxml=report.xml
4343
env:
4444
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
4545

0 commit comments

Comments
 (0)