From 2f506eb1834e07d0a56ea41f88fb984c553d793c Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Fri, 16 Aug 2024 16:41:07 -0500 Subject: [PATCH] test: test --- .github/workflows/integration_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 8b6f2f8..e4918d4 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: # tutor_version: ["Redwood", "Quince", "Palm", "Olive"] - tutor_version: ["<19.0.0", "<18.0.0", "<17.0.0", "<16.0.0"] + tutor_version: ["<17.0.0", "<16.0.0"] runs-on: ubuntu-latest steps: - name: Checkout @@ -40,6 +40,7 @@ jobs: echo "- tutor config save" | tee -a ./config.yml TUTOR_ROOT="$(pwd)" tutor config save + TUTOR_ROOT="$(pwd)" tutor plugins install mfe mfe_extensions aspects TUTOR_ROOT="$(pwd)" tutor picasso run-extra-commands TUTOR_ROOT="$(pwd)" tutor picasso enable-themes TUTOR_ROOT="$(pwd)" tutor picasso enable-private-packages