From 4cfedc4b57f3cfb79706dec61476bf6ff24f850a Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 18 Jan 2023 16:34:21 -0600 Subject: [PATCH] Kill it and grill it --- .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 0a28ced37..dbbd0e52e 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -115,11 +115,11 @@ jobs: #- 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()' + # 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