DEV: Pull compatible version for plugins in Github test workflow. (#16212)

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.
This commit is contained in:
Alan Guo Xiang Tan 2022-03-18 10:30:43 +08:00 committed by GitHub
parent 1d2654f91f
commit 43c744cdc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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