Skip to content

Commit

Permalink
Use bash for image-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Aug 19, 2023
1 parent 1e85289 commit 6b47c47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
volumes:
- runner_volume:/home/runner
options: --user 0 --cpus 2


defaults:
run:
shell: bash

steps:
- name: checkout chaste
uses: actions/checkout@v3
Expand Down

0 comments on commit 6b47c47

Please sign in to comment.