fix(ci): make run_e2e.sh executable; invoke via bash in workflow
First dispatch (run 10535) failed instantly with Permission denied on the orchestrator: the file lost its executable bit in the branch move. Set mode 100755 and call through bash so a future mode regression cannot break the job.
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
||||
export MESHTASTICATOR_DIR="$HOME/meshtasticator"
|
||||
export SIM_VENV="$HOME/sim-venv"
|
||||
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)
|
||||
if: failure()
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user