test(bpapi): Only run static checks on ubuntu

This commit is contained in:
k32 2022-01-11 01:04:18 +01:00
parent 26f4b2495b
commit 5ef3f37c26
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ jobs:
make ${EMQX_NAME}-zip make ${EMQX_NAME}-zip
.ci/build_packages/tests.sh "$EMQX_PKG_NAME" zip .ci/build_packages/tests.sh "$EMQX_PKG_NAME" zip
- name: run static checks - name: run static checks
if: contains(matrix.os, 'ubuntu')
run: | run: |
make static_checks make static_checks
- name: build and test deb/rpm packages - name: build and test deb/rpm packages