mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-06 13:44:46 +00:00
Removing test simulator for now
This commit is contained in:
parent
53d47146b2
commit
b177313e2d
16
.github/workflows/main_matrix.yml
vendored
16
.github/workflows/main_matrix.yml
vendored
@ -253,14 +253,14 @@ jobs:
|
|||||||
pio upgrade
|
pio upgrade
|
||||||
|
|
||||||
# We now run integration test before other build steps (to quickly see runtime failures)
|
# We now run integration test before other build steps (to quickly see runtime failures)
|
||||||
- name: Build for native
|
# - name: Build for native
|
||||||
run: platformio run -e native
|
# run: platformio run -e native
|
||||||
- name: Integration test
|
# - name: Integration test
|
||||||
run: |
|
# run: |
|
||||||
.pio/build/native/program &
|
# .pio/build/native/program &
|
||||||
sleep 20 # 5 seconds was not enough
|
# sleep 20 # 5 seconds was not enough
|
||||||
echo "Simulator started, launching python test..."
|
# echo "Simulator started, launching python test..."
|
||||||
python3 -c 'from meshtastic.test import testSimulator; testSimulator()'
|
# python3 -c 'from meshtastic.test import testSimulator; testSimulator()'
|
||||||
|
|
||||||
- name: Build Native
|
- name: Build Native
|
||||||
run: bin/build-native.sh
|
run: bin/build-native.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user