diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 8932cad45..dbbd0e52e 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -112,14 +112,14 @@ jobs: uses: ./.github/actions/setup-base # 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