Skip to content

Commit d3772ef

Browse files
authored
Update modules_ci.yaml
add prints for debug
1 parent 7a7168a commit d3772ef

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/modules_ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ jobs:
3030
./configure --prefix=/opt/lmod # Choose your desired installation prefix
3131
make install
3232
33+
- name: list /opt/lmod
34+
run: |
35+
ls /opt/lmod
36+
37+
- name: list /opt/lmod/lmod
38+
run: |
39+
ls /opt/lmod/lmod
40+
41+
- name: list /opt/lmod/lmod/init
42+
run: |
43+
ls /opt/lmod/lmod/init
44+
3345
- name: Check module syntax
3446
shell: bash -l {0}
3547
run: |

0 commit comments

Comments
 (0)