Skip to content

Commit 3fb5b7b

Browse files
committed
fix: use the correct shell for each operating setup
1 parent a126746 commit 3fb5b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
include:
5050
- os: ubuntu-latest
5151
path: echo "$HOME/.slack/bin" >> "$GITHUB_PATH"
52-
script: pwsh ./scripts/install.sh
52+
script: bash ./scripts/install.sh
5353
- os: windows-latest
5454
path: Add-Content -Path $env:GITHUB_PATH -Value "$env:USERPROFILE\.slack\bin"
55-
script: bash ./scripts/install-windows.ps1
55+
script: pwsh ./scripts/install-windows.ps1
5656
runs-on: ${{ matrix.os }}
5757
permissions:
5858
contents: read

0 commit comments

Comments
 (0)