Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Baltzell committed Jun 24, 2024
1 parent 667cd9b commit f25f4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- name: setup
run: source /etc/profile.d/modules.sh && module avail
- name: test
run: which module
run: ./.github/workflows/test.sh ./modulefiles

1 change: 0 additions & 1 deletion .github/workflows/test.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

source /etc/profile.d/modules.sh
module use $1/modulefiles
module avail
Expand Down

0 comments on commit f25f4c0

Please sign in to comment.