Skip to content

Commit f9628c4

Browse files
committed
test(fix): prefer default shell for operating systems runner
1 parent 6f8820f commit f9628c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ jobs:
4949
include:
5050
- os: ubuntu-latest
5151
script: ./scripts/install.sh
52-
shell: bash
5352
- os: windows-latest
5453
script: ./scripts/install-windows.ps1
55-
shell: pwsh
5654
runs-on: ${{ matrix.os }}
5755
permissions:
5856
contents: read
@@ -62,7 +60,6 @@ jobs:
6260
with:
6361
persist-credentials: false
6462
- name: Attempt the installation
65-
shell: ${{ matrix.shell }}
6663
run: ${{ matrix.script }}
6764

6865
# Monitor code coverage and TODO/FIXME-type comments

0 commit comments

Comments
 (0)