Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Feb 28, 2024
1 parent e2ca445 commit 9a59559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Generate schemas
run: npm run schemas

- name: Build
working-directory: languages/go
run: go build -v ./...
Expand Down

0 comments on commit 9a59559

Please sign in to comment.