We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6ad99 commit e3fb0dbCopy full SHA for e3fb0db
.github/workflows/pull.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Build with webconsole
79
run: |
80
sudo apt update && sudo apt install curl -y
81
- WEBCONSOLE=default make all
+ WEBCONSOLE=default SWAGGER=true make all
82
if: "!matrix.noWebconsole"
83
84
- name: Build without webconsole
.github/workflows/push.yml
@@ -56,7 +56,7 @@ jobs:
56
go-version: ${{ env.GO_VERSION }}
57
- uses: actions/checkout@v3
58
- name: Build binaries
59
- run: WEBCONSOLE=default make dist
+ run: WEBCONSOLE=default SWAGGER=true make dist
60
- id: list-binaries
61
62
echo "matrix=$(ls dist | jq -R -s -c 'split("\n")[:-1] | {binary: .}')" >> $GITHUB_OUTPUT
0 commit comments