From 667cd9b8bfdfea386cc8655d5c235e78c2c45cb6 Mon Sep 17 00:00:00 2001 From: Nathan Baltzell Date: Mon, 24 Jun 2024 16:33:51 -0400 Subject: [PATCH] Update test.sh --- .github/workflows/test.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.sh b/.github/workflows/test.sh index 8b13789..11cb464 100644 --- a/.github/workflows/test.sh +++ b/.github/workflows/test.sh @@ -1 +1,7 @@ +#!/bin/bash +source /etc/profile.d/modules.sh +module use $1/modulefiles +module avail +module load clas12 +module list