From a0f60f1d071f40b1b2e53400946f8146af305f76 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 6 Mar 2022 08:18:20 -0600 Subject: [PATCH] Putting this test back in --- .github/workflows/main_matrix.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 11ca6ecde..bbc51b8dc 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -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