Skip to content

Commit

Permalink
ci: use bash in Windows GH runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed Nov 2, 2023
1 parent 0ab3fd4 commit 7169b2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ jobs:
go-version-file: 'go.mod'
- name: run unit tests
# we don't have 'make' on windows.
shell: bash
run: |
go test ./cmd/... ./integration-test/... ./internal/...
- name: run integration tests
# we don't have 'make' on windows.
shell: bash
run: |
go test --tags=integration ./cmd/... ./integration-test/... ./internal/...
Expand Down

0 comments on commit 7169b2a

Please sign in to comment.