ci(static checks): do not run static check
This commit is contained in:
parent
8f32361311
commit
cf57b77f03
|
@ -8,23 +8,6 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_static_analysis:
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
container: ghcr.io/emqx/emqx-builder/4.4-4:24.1.5-3-ubuntu20.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: set git credentials
|
|
||||||
run: |
|
|
||||||
if make emqx-ee --dry-run > /dev/null 2>&1; then
|
|
||||||
echo "https://ci%40emqx.io:${{ secrets.CI_GIT_TOKEN }}@github.com" > $HOME/.git-credentials
|
|
||||||
git config --global credential.helper store
|
|
||||||
fi
|
|
||||||
- name: xref
|
|
||||||
run: make xref
|
|
||||||
- name: dialyzer
|
|
||||||
run: make dialyzer
|
|
||||||
|
|
||||||
run_proper_test:
|
run_proper_test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ghcr.io/emqx/emqx-builder/4.4-4:24.1.5-3-ubuntu20.04
|
container: ghcr.io/emqx/emqx-builder/4.4-4:24.1.5-3-ubuntu20.04
|
||||||
|
|
Loading…
Reference in New Issue