Skip to content

Commit

Permalink
fix(ci): updated build command for opened pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
le-vlad committed May 12, 2024
1 parent b144772 commit 7c860d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.3'
go-version: "1.21.3"

- name: Run mod tidy
run: go mod tidy
- name: Run test
run: go test ./...

- name: Build binary
run: cd cmd/blink && go build
run: go build

0 comments on commit 7c860d0

Please sign in to comment.