Skip to content

Commit

Permalink
tweaking yaml to get CI tests to run/pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-a-potts committed Feb 15, 2024
1 parent 047bdf4 commit c545184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_ec2_pcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
# UFS_APP=ATM
cd ${JEDI_ENV}
cd oops && git pull origin feature/ufs-stateset && cd ..
rm -rf oops
mkdir -p build-atm
cd build-atm
cmake -DUFS_APP=ATM ../ufs-bundle
Expand All @@ -139,7 +139,7 @@ jobs:
# Runs mandatory ctests on the head node
rm -rf fv3-jedi/test/Data/ModelRunDirs/UFS_warmstart/*
rm -rf fv3-jedi/test/Data/ModelRunDirs/UFS_warmstart_2/*
ctest -R ufs_
ctest -V -R ufs_
# UFS_APP=ATMAERO
cd ${JEDI_ENV}
Expand Down

0 comments on commit c545184

Please sign in to comment.