You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Move scripts/tests/check_syntax.sh to tests/check_syntax.sh
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
||||
|
||||
- name: Run tests on unix dev
|
||||
run: |
|
||||
./scripts/tests/check_syntax.sh
|
||||
./tests/check_syntax.sh
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload built binary as artifact
|
||||
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- name: Run tests on macOS dev
|
||||
run: |
|
||||
./scripts/tests/check_syntax.sh
|
||||
./tests/check_syntax.sh
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload built binary as artifact
|
||||
|
||||
Reference in New Issue
Block a user