Skip to content

Commit

Permalink
chore: improve pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Sep 5, 2024
1 parent b99be74 commit debfa04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
fetch-depth: 1

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20'

- uses: actions/checkout@v3
- name: Start containers
run: make compose

Expand Down
1 change: 1 addition & 0 deletions test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func TestKafka(t *testing.T) {
},
}).SetMapper(mapper).Build()
if err != nil {
t.Fatal(err)
return
}

Expand Down

0 comments on commit debfa04

Please # to comment.