diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index c4968b5..b7a2f4c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -59,7 +59,7 @@ jobs: export TUTOR_PLUGINS_ROOT=$(pwd)/plugins/ export TUTOR_ROOT=$(pwd) python3 -m venv venv && source venv/bin/activate pip install -r $TUTOR_ROOT/requirements.txt - tutor config save -i + tutor config save tutor plugins enable k8s_harmony tutor k8s start tutor k8s init