Skip to content

Commit 5b0a2c6

Browse files
cognifloydstackstorm-neptr
authored andcommitted
add output to ensure symlinks are in place
1 parent 56a5f46 commit 5b0a2c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@ jobs:
7373
# using symlinks allows us to import tests.utils.* without adding
7474
# the rest of the hvac tests. tests.utils also uses config_files,
7575
# so make that available too.
76+
set -eux
7677
for x in utils config_files; do
7778
rm -f ${ROOT_DIR}/tests/${x}
7879
# relative (-r) allows the symlink to work in vagrant
7980
ln -rs ${HVAC_DIR}/tests/${x} ${ROOT_DIR}/tests/${x}
81+
ls -ld ${ROOT_DIR}/tests/${x}
8082
done
8183
8284
- name: Update virtualenv activate script

0 commit comments

Comments
 (0)