test(bpapi): Only run static checks on ubuntu
This commit is contained in:
parent
26f4b2495b
commit
5ef3f37c26
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue