Skip to content

Commit

Permalink
ci(compliance): fix go build
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 9, 2023
1 parent 8342970 commit d0debba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:

- uses: actions/checkout@v4

- name: Go build
env:
CGO_ENABLED: 0
run: |
go build -v ./cmd/oteldb
- name: Build docker-compose
# Before the cache, it was "run: docker compose build".
working-directory: dev/local/ch-compliance
Expand Down

0 comments on commit d0debba

Please sign in to comment.