From a05c9d8a8b525e2a176c5694d7de911a103c0743 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Mon, 2 Oct 2023 11:40:42 +0100 Subject: [PATCH] fix CI --- .github/workflows/buiild.yml | 3 +-- tests/test_ioc_generate.sh | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buiild.yml b/.github/workflows/buiild.yml index 67b7ffa..1cfb5a3 100644 --- a/.github/workflows/buiild.yml +++ b/.github/workflows/buiild.yml @@ -61,8 +61,7 @@ jobs: # ioc folder is found in the super module usually so for testing # on github we need to copy it above the root of the repo cp -r ioc .. - for test in tests/test*.sh; do + for test in tests/*.sh; do echo "RUNNING TEST SCRIPT ${test}" ${test} done - tests/_test_support_build.sh diff --git a/tests/test_ioc_generate.sh b/tests/test_ioc_generate.sh index d36e544..2894177 100755 --- a/tests/test_ioc_generate.sh +++ b/tests/test_ioc_generate.sh @@ -1,8 +1,11 @@ #!/bin/bash +set -xe + THIS_FOLDER=$(realpath $(dirname ${0})) IBEK_SROOT=${THIS_FOLDER}/../ +pip install --upgrade ibek # make a global ioc schema for all the support modules combined echo generating all support schema