From 94b0d4f3cf8c1a49113ebbd6e67b34bdf70faa1f Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 18 Mar 2022 11:28:05 +0800 Subject: [PATCH] DEV: Pull compatible version for plugins in Github test workflow. (#16220) We have 3 branches which we care about, `main`, `beta` and `stable`. However, each of this branch has different compatibilties with plugins and we want to respect that. --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5625e71c9e..e3420627e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -99,6 +99,10 @@ jobs: if: matrix.target == 'plugins' run: bin/rake plugin:install_all_official + - name: Pull compatible versions of plugins + if: matrix.target == 'plugins' + run: bin/rake plugin:pull_compatible_all + - name: Fetch app state cache uses: actions/cache@v2 id: app-cache