Pārlūkot izejas kodu

fix(CI): fix fvt test error

zhanghongtong 5 gadi atpakaļ
vecāks
revīzija
6d6fe23d45
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .github/workflows/build_slim_packages.yaml

+ 1 - 1
.github/workflows/build_slim_packages.yaml

@@ -22,7 +22,7 @@ jobs:
     - uses: actions/checkout@v1
     - name: build packages
       run: |
-        if make -C source emqx-ee --dry-run > /dev/null 2>&1; then
+        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
           echo "${{ secrets.CI_GIT_TOKEN }}" >> source/scripts/git-token