From c3e69e43c8dd3fbaa4d4800dffb415a4ec92ddf7 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Tue, 24 Sep 2024 15:09:33 -0500 Subject: [PATCH] test: add a chained command in the tests --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 0214eca..0bb5d50 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -56,7 +56,7 @@ jobs: - tutor plugins index add https://raw.githubusercontent.com/eduNEXT/tutor-plugin-indexes/picasso_test/ - tutor plugins install mfe mfe_extensions aspects - tutor plugins enable mfe mfe_extensions aspects - - tutor config save + - tutor config save | tutor plugins list EOF - name: Check run-extra-commands