Skip to content

Commit

Permalink
use bash as default shell in ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stojanov <me@fnd.works>
  • Loading branch information
losisin committed Oct 25, 2023
1 parent 82a6d33 commit 336a2ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
test:
name: Test
Expand Down

0 comments on commit 336a2ec

Please sign in to comment.