Skip to content

Commit

Permalink
Use bash for windows
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <[email protected]>
  • Loading branch information
laurentsimon committed Dec 5, 2023
1 parent e4115db commit 2ad5e9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:

permissions: {}

defaults:
run:
# The default shell on Windows is `pwsh`. However, it doesn't expand
# asterisks. That's why we always use `bash`.
shell: bash

jobs:
model-signing-unit-tests:
name: Run unit tests for signing
Expand Down

0 comments on commit 2ad5e9b

Please sign in to comment.