From 0fe0405df1f1b53199b392238339b2a6eb6d8405 Mon Sep 17 00:00:00 2001 From: Rich Fiorella Date: Fri, 29 Mar 2024 23:10:11 -0600 Subject: [PATCH] Update ci-compile-test.yml --- .github/workflows/ci-compile-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-compile-test.yml b/.github/workflows/ci-compile-test.yml index 400fc8176ba4..db0ec439d088 100644 --- a/.github/workflows/ci-compile-test.yml +++ b/.github/workflows/ci-compile-test.yml @@ -20,6 +20,7 @@ jobs: cp /home/e3smuser/.cime/* /github/home/.cime/ git clone https://github.com/rfiorella/pt-e3sm-inputdata /home/e3smuser/inputdata find /home/e3smuser/inputdata -type f -name "*.gz" -exec tar -xvf {} \; + ls -v /home/e3smuser/inputdata/atm/datm7/NASA_LIS/ - name: create new case and setup run: | cd cime/scripts && ./create_newcase --mach docker --res ELM_USRDAT --compset ICB1850CNPRDCTCBC --case ~/output/ci_test \