fix CI build script typo

This commit is contained in:
Kevin Hester
2021-03-31 12:08:48 +08:00
parent d810ce0c1e
commit 9623be1484
2 changed files with 11 additions and 7 deletions

View File

@@ -37,6 +37,6 @@ jobs:
run: |
.pio/build/native/program &
sleep 5
echo "Simulator started, launching python test...""
echo "Simulator started, launching python test..."
python3 -c 'from meshtastic.test import testSimulator; testSimulator()'