From cd57df3f4fe30c40ff7844da7f2b46d02dd3493b Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 18 Jan 2023 16:18:01 -0600 Subject: [PATCH] Update main_matrix.yml --- .github/workflows/main_matrix.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 8932cad45..0a28ced37 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -112,11 +112,11 @@ 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 + #- 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()'