Skip to content

Commit 28141e6

Browse files
authored
Merge pull request #12 from wdhawkins/nightlies
Minor fixes to nightly runs
2 parents 83a7b63 + dfc7771 commit 28141e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
run: |
2929
module load opensn/clang/17 python3/3.12.3
3030
cd OpenSn_Logo_CAD && mpirun -np 8 ../opensn/build/python/opensn -i opensn.py && cd ..
31-
cd Urban_Source && mpirun -np 96 ../opensn/build/python/opensn -i urban_source.py
32-
cd HEU_MET_FAST_003 && mpirun -np 12 ../opensn/build/python/opensn -i HEU_MET_FAST_003.py
31+
cd Urban_Source && mpirun -np 96 ../opensn/build/python/opensn -i urban_source.py && cd ..
32+
cd HEU_MET_FAST_003 && mpirun -np 12 ../opensn/build/python/opensn -i HEU_MET_FAST_003.py && cd ..

0 commit comments

Comments
 (0)