Ivan Dyachkov 3 лет назад
Родитель
Сommit
cf8432227a
2 измененных файлов с 1 добавлено и 4 удалено
  1. 0 4
      .github/workflows/build_slim_packages.yaml
  2. 1 0
      .github/workflows/run_test_cases.yaml

+ 0 - 4
.github/workflows/build_slim_packages.yaml

@@ -55,10 +55,6 @@ jobs:
       run: |
       run: |
         make ${EMQX_NAME}-tgz
         make ${EMQX_NAME}-tgz
         ./scripts/pkg-tests.sh ${EMQX_NAME}-tgz
         ./scripts/pkg-tests.sh ${EMQX_NAME}-tgz
-    - name: run static checks
-      if: contains(matrix.os, 'ubuntu')
-      run: |
-        make static_checks
     - name: build and test deb/rpm packages
     - name: build and test deb/rpm packages
       run: |
       run: |
         make ${EMQX_NAME}-pkg
         make ${EMQX_NAME}-pkg

+ 1 - 0
.github/workflows/run_test_cases.yaml

@@ -77,6 +77,7 @@ jobs:
             make ensure-rebar3
             make ensure-rebar3
             # fetch all deps and compile
             # fetch all deps and compile
             make ${{ matrix.profile }}
             make ${{ matrix.profile }}
+            make static_checks
             make test-compile
             make test-compile
             cd ..
             cd ..
             zip -ryq source.zip source/* source/.[^.]*
             zip -ryq source.zip source/* source/.[^.]*