Skip to content

Commit

Permalink
add bash as default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 22, 2023
1 parent 740eaa8 commit b897553
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/archive-test-results/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ inputs:
required: true
file-name-stub: # e.g. unit, integration
required: true
defaults:
run:
shell: bash
runs:
using: 'composite'
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/run-unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ inputs:
python-version:
required: true
default: '3.8'
defaults:
run:
shell: bash
runs:
using: 'composite'
steps:
Expand Down

0 comments on commit b897553

Please sign in to comment.