From 008c3c746b03b19e78f09164731a0e7ffdee5bc3 Mon Sep 17 00:00:00 2001 From: vincepick Date: Tue, 10 Dec 2024 20:09:01 +0000 Subject: [PATCH] build: specified default shell as bash to be able to run AutoIG --- .github/workflows/useContainer.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/useContainer.yml b/.github/workflows/useContainer.yml index ae340615..64cedcd5 100644 --- a/.github/workflows/useContainer.yml +++ b/.github/workflows/useContainer.yml @@ -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 @@ -29,6 +32,7 @@ jobs: # currently clones a specific branch - name: Run container and execute script run: | + echo "Running inside docker container!"