Skip to content

Commit

Permalink
Add "shell: bash" to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrstn committed Jan 15, 2024
1 parent c55d1fa commit 760889d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,21 @@ runs:
- name: Run setup script
run: |
./setup.sh -b ${{ inputs.bin-path }}
shell: bash

- name: Verify script linking
run: |
test -f ~/.bashrc
test -f ~/.bash_aliases
test -f ${{ inputs.bin-path }}/combine_files.sh
shell: bash

- name: Test combine_files.sh
run: |
! test -f combined_files.sh
combine_files.sh sh
test -f combined_files.sh
shell: bash

- name: Test aliases and other commands
run: |
Expand All @@ -35,3 +38,4 @@ runs:
delete_pycache
ptree
shell: bash

0 comments on commit 760889d

Please sign in to comment.