Run Integration test in simulator mode

This commit is contained in:
Jonathan Bennett
2025-10-06 12:46:49 -05:00
parent 29f4d99bf6
commit 8369d5f22c

View File

@@ -40,7 +40,7 @@ jobs:
- name: Integration test
run: |
.pio/build/coverage/program &
.pio/build/coverage/program -s &
PID=$!
timeout 20 bash -c "until ls -al /proc/$PID/fd | grep socket; do sleep 1; done"
echo "Simulator started, launching python test..."