From 715b138ac9910f6fddfb98323aabe7db15f16792 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Tue, 18 Jun 2024 09:58:45 +0000 Subject: [PATCH] fix check-docker-build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 670b3e1..7daea8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Run schema/ioc instance generation tests run: | - python tests/test_generate.sh + bash tests/test_generate.sh check-docker-build: # pull requests are a duplicate of a branch push if within the same repo. @@ -74,7 +74,7 @@ jobs: env: REPO: ${{ matrix.repo }} run: | - git clone ${REPO} -/tmp/generic_ioc + git clone ${REPO} /tmp/generic_ioc cp -r . /tmp/generic_ioc/ibek-support cp ./requirements.txt /tmp/generic_ioc