Use bash as default shell

This commit is contained in:
Jip-Hop 2024-07-16 17:36:18 +02:00
parent c50f69756c
commit ac278a167d
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ jobs:
test: test:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
defaults:
run:
shell: bash
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it