We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a126746 commit 3fb5b7bCopy full SHA for 3fb5b7b
.github/workflows/tests.yml
@@ -49,10 +49,10 @@ jobs:
49
include:
50
- os: ubuntu-latest
51
path: echo "$HOME/.slack/bin" >> "$GITHUB_PATH"
52
- script: pwsh ./scripts/install.sh
+ script: bash ./scripts/install.sh
53
- os: windows-latest
54
path: Add-Content -Path $env:GITHUB_PATH -Value "$env:USERPROFILE\.slack\bin"
55
- script: bash ./scripts/install-windows.ps1
+ script: pwsh ./scripts/install-windows.ps1
56
runs-on: ${{ matrix.os }}
57
permissions:
58
contents: read
0 commit comments