We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a5f46 commit 5b0a2c6Copy full SHA for 5b0a2c6
.github/workflows/build_and_test.yaml
@@ -73,10 +73,12 @@ jobs:
73
# using symlinks allows us to import tests.utils.* without adding
74
# the rest of the hvac tests. tests.utils also uses config_files,
75
# so make that available too.
76
+ set -eux
77
for x in utils config_files; do
78
rm -f ${ROOT_DIR}/tests/${x}
79
# relative (-r) allows the symlink to work in vagrant
80
ln -rs ${HVAC_DIR}/tests/${x} ${ROOT_DIR}/tests/${x}
81
+ ls -ld ${ROOT_DIR}/tests/${x}
82
done
83
84
- name: Update virtualenv activate script
0 commit comments