Skip to content

Commit 0a35bd9

Browse files
committed
chore: Specify shell as bash for test commands in CI workflows
1 parent 3149576 commit 0a35bd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ jobs:
5959
run: golangci-lint run --timeout=5m ./...
6060

6161
- name: Run tests
62+
shell: bash
6263
run: go test -v -coverprofile=coverage.out ./...

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: go get -v -t -d ./...
5555

5656
- name: Run tests with coverage
57+
shell: bash
5758
run: go test -v -coverprofile=coverage.out ./...
5859

5960
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)