diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index c259caa9a3..2fe442240c 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -78,7 +78,7 @@ jobs: - name: Build with webconsole run: | sudo apt update && sudo apt install curl -y - WEBCONSOLE=default make all + WEBCONSOLE=default SWAGGER=true make all if: "!matrix.noWebconsole" - name: Build without webconsole diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 574f3ee34f..987b8bf917 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -56,7 +56,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - uses: actions/checkout@v3 - name: Build binaries - run: WEBCONSOLE=default make dist + run: WEBCONSOLE=default SWAGGER=true make dist - id: list-binaries run: | echo "matrix=$(ls dist | jq -R -s -c 'split("\n")[:-1] | {binary: .}')" >> $GITHUB_OUTPUT