Skip to content

Commit

Permalink
build: specified default shell as bash to be able to run AutoIG
Browse files Browse the repository at this point in the history
  • Loading branch information
vincepick committed Dec 10, 2024
1 parent 259c30a commit 008c3c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/useContainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
run-tests:
name: Run AutoIG Tests
runs-on: ubuntu-latest
defaults:
run:
shell: bash
container:
# using the main instead of the previous version for now
image: ghcr.io/conjure-cp/conjure:main
Expand All @@ -29,6 +32,7 @@ jobs:
# currently clones a specific branch
- name: Run container and execute script
run: |
echo "Running inside docker container!"
Expand Down

0 comments on commit 008c3c7

Please sign in to comment.