Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 2, 2023
1 parent 2fae8db commit a05c9d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/buiild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions tests/test_ioc_generate.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a05c9d8

Please sign in to comment.