Skip to content

Commit c039027

Browse files
committed
ci: make installation scripts explicit for test outcome
1 parent f9628c4 commit c039027

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
@@ -48,9 +48,9 @@ jobs:
4848
matrix:
4949
include:
5050
- os: ubuntu-latest
51-
script: ./scripts/install.sh
51+
script: bash ./scripts/install.sh
5252
- os: windows-latest
53-
script: ./scripts/install-windows.ps1
53+
script: pwsh -NoProfile -NonInteractive -File ./scripts/install-windows.ps1
5454
runs-on: ${{ matrix.os }}
5555
permissions:
5656
contents: read

0 commit comments

Comments
 (0)