Skip to content

Commit e3fb0db

Browse files
committed
chore: build with swaggerui
Signed-off-by: Jeronimo Irazabal <[email protected]>
1 parent ed6ad99 commit e3fb0db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Build with webconsole
7979
run: |
8080
sudo apt update && sudo apt install curl -y
81-
WEBCONSOLE=default make all
81+
WEBCONSOLE=default SWAGGER=true make all
8282
if: "!matrix.noWebconsole"
8383

8484
- name: Build without webconsole

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
go-version: ${{ env.GO_VERSION }}
5757
- uses: actions/checkout@v3
5858
- name: Build binaries
59-
run: WEBCONSOLE=default make dist
59+
run: WEBCONSOLE=default SWAGGER=true make dist
6060
- id: list-binaries
6161
run: |
6262
echo "matrix=$(ls dist | jq -R -s -c 'split("\n")[:-1] | {binary: .}')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)