Skip to content

Commit

Permalink
fix check-docker-build
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jun 18, 2024
1 parent 6fd889c commit 715b138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 715b138

Please sign in to comment.