feat(e2e): Meshtasticator radio-level validation harness for the adapter #2

Closed
eric wants to merge 9 commits from feat/meshtasticator-e2e into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 58b18d6260 - Show all commits
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
export MESHTASTICATOR_DIR="$HOME/meshtasticator" export MESHTASTICATOR_DIR="$HOME/meshtasticator"
export SIM_VENV="$HOME/sim-venv" export SIM_VENV="$HOME/sim-venv"
export E2E_VENV="plugin/.venv-contract" export E2E_VENV="plugin/.venv-contract"
scripts/meshtasticator_e2e/run_e2e.sh --mode docker bash scripts/meshtasticator_e2e/run_e2e.sh --mode docker
- name: Print simulator log (on failure) - name: Print simulator log (on failure)
if: failure() if: failure()
View File