Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit afa636b

Browse files
authored
Merge pull request #20 from apilytics/ci-shell
Use bash as the shell for CI tests job on Windows
2 parents 03f1ff7 + 74223f3 commit afa636b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jobs:
7070
matrix:
7171
node-version: ['12', '14', '16', '17']
7272
os: [ubuntu-latest, macos-latest, windows-latest]
73-
73+
defaults:
74+
run:
75+
shell: bash
7476
runs-on: ${{ matrix.os }}
7577
steps:
7678
- name: "Checkout code"

0 commit comments

Comments
 (0)