Skip to content

Commit ad35f70

Browse files
committed
fix: correct command to run MicroPython tests in workflow
1 parent 528a2a2 commit ad35f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/micropython_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- name: Test MicroPython Installation
1818
run: |
19-
python tests_micropython/test.py
19+
micropython tests_micropython/test.py
2020
# - name: Set up Python
2121
# with:
2222
# python-version: "3.13"

0 commit comments

Comments
 (0)