Skip to content

Commit 2722aab

Browse files
committed
build CE
1 parent 0979de1 commit 2722aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
with:
4343
go-version: 1.22.5
4444
- name: "Build Sync Gateway"
45-
run: env SG_EDITON=EE ./build.sh
45+
run: go build -o ./bin/sync_gateway ./...
4646
- name: "Run test scripts"
4747
run: ./integration-test/service-install-tests.sh

0 commit comments

Comments
 (0)