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 0fd5613 commit 10c8698Copy full SHA for 10c8698
.github/workflows/unit_tests.yml
@@ -130,6 +130,9 @@ jobs:
130
EASYBUILD_MODULE_SYNTAX: ${{matrix.module_syntax}}
131
TEST_EASYBUILD_MODULE_SYNTAX: ${{matrix.module_syntax}}
132
run: |
133
+ # run tests *outside* of checked out easybuild-framework directory,
134
+ # to ensure we're testing installed version (see previous step)
135
+ cd $HOME
136
# initialize environment for modules tool
137
if [ -f $HOME/moduleshome ]; then export MODULESHOME=$(cat $HOME/moduleshome); fi
138
source $(cat $HOME/mod_init); type module
0 commit comments