We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7168a commit d3772efCopy full SHA for d3772ef
1 file changed
.github/workflows/modules_ci.yaml
@@ -30,6 +30,18 @@ jobs:
30
./configure --prefix=/opt/lmod # Choose your desired installation prefix
31
make install
32
33
+ - name: list /opt/lmod
34
+ run: |
35
+ ls /opt/lmod
36
+
37
+ - name: list /opt/lmod/lmod
38
39
+ ls /opt/lmod/lmod
40
41
+ - name: list /opt/lmod/lmod/init
42
43
+ ls /opt/lmod/lmod/init
44
45
- name: Check module syntax
46
shell: bash -l {0}
47
run: |
0 commit comments