Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Aug 16, 2024
1 parent 4e206b1 commit 2f506eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 2f506eb

Please sign in to comment.