From ede304511c0263b2ac5039b6e3f0b3c4c02f1444 Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Mon, 4 Mar 2024 22:13:10 -0500 Subject: [PATCH] fix: all local no dev --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a88d5055..f782b3f4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -23,6 +23,6 @@ jobs: - name: Launch tutor and test run: | - TUTOR_ROOT="$(pwd)" tutor dev launch -I + TUTOR_ROOT="$(pwd)" tutor local launch -I TUTOR_ROOT="$(pwd)" tutor local run lms pip install -e ../eox-tenant TUTOR_ROOT="$(pwd)" tutor local run lms ./manage.py lms help