ci: add appup update check to ci

This commit is contained in:
Zaiming (Stone) Shi 2022-03-01 14:57:17 +01:00
parent ef382bf34c
commit 8029670741
1 changed files with 15 additions and 0 deletions

View File

@ -6,7 +6,22 @@ jobs:
check_apps_version:
runs-on: ubuntu-20.04
strategy:
matrix:
erl_otp:
- erl23.2.7.2-emqx-3
os:
- ubuntu20.04
container: emqx/build-env:${{ matrix.erl_otp }}-${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Check apps version
run: ./scripts/apps-version-check.sh
- name: Check relup (ce)
if: endsWith(github.repository, 'emqx')
run: ./scripts/update-appup.sh emqx --check
- name: Check relup (ee)
if: endsWith(github.repository, 'enterprise')
run: ./scripts/update-appup.sh emqx-ee --check