From 987f4b4aa808a2e0c2b0951d3315d8343557f3c6 Mon Sep 17 00:00:00 2001 From: Rich Fiorella Date: Fri, 29 Mar 2024 22:29:15 -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 730ed4d95ce7..e3f2cce8c0bc 100644 --- a/.github/workflows/ci-compile-test.yml +++ b/.github/workflows/ci-compile-test.yml @@ -19,6 +19,7 @@ jobs: mkdir ~/.cime 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 gunzip -v {} \; - name: create new case and setup run: | cd cime/scripts && ./create_newcase --mach docker --res ELM_USRDAT --compset ICB1850CNPRDCTCBC --case ~/output/ci_test \