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 3b7a9ea commit efe6e88
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- run: cd ./producer
sparse-checkout: ./producer

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -31,12 +29,4 @@ jobs:
run: go build -v -o ./server ./cmd/server

- name: Test producer
run: go test -v ./cmd/server

- run: cd ../consumer

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

- name: Test consumer
run: go test -v ./cmd/server

0 comments on commit efe6e88

Please sign in to comment.