Putting this test back in

This commit is contained in:
Ben Meadors 2022-03-06 08:18:20 -06:00 committed by GitHub
parent b177313e2d
commit a0f60f1d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,14 +253,14 @@ jobs:
pio upgrade
# We now run integration test before other build steps (to quickly see runtime failures)
# - name: Build for native
# run: platformio run -e native
# - name: Integration test
# run: |
# .pio/build/native/program &
# sleep 20 # 5 seconds was not enough
# echo "Simulator started, launching python test..."
# python3 -c 'from meshtastic.test import testSimulator; testSimulator()'
- name: Build for native
run: platformio run -e native
- name: Integration test
run: |
.pio/build/native/program &
sleep 20 # 5 seconds was not enough
echo "Simulator started, launching python test..."
python3 -c 'from meshtastic.test import testSimulator; testSimulator()'
- name: Build Native
run: bin/build-native.sh