Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Oct 10, 2024
1 parent 2722aab commit cc28b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
with:
go-version: 1.22.5
- name: "Build Sync Gateway"
run: go build -o ./bin/sync_gateway ./...
run: mkdir -p ./bin && go build -o ./bin/sync_gateway ./...
- name: "Run test scripts"
run: ./integration-test/service-install-tests.sh

0 comments on commit cc28b70

Please sign in to comment.