Skip to content

Commit

Permalink
chore: update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slowhigh committed Jan 30, 2024
1 parent e72dcf5 commit 3b7a9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- run: cd ./producer

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

- run: cd ./producer

- name: Build producer
run: go build -v -o ./server ./cmd/server

Expand Down

0 comments on commit 3b7a9ea

Please sign in to comment.