Skip to content

Commit d7ed133

Browse files
authored
Update ci-compile-test.yml
1 parent 6831dec commit d7ed133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-compile-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
mkdir ~/.cime
2020
cp /home/e3smuser/.cime/* /github/home/.cime/
2121
git clone https://github.com/rfiorella/pt-e3sm-inputdata /home/e3smuser/inputdata
22-
find /home/e3smuser/inputdata -type f -name "*.gz" -exec gunzip -v {} \;
22+
find /home/e3smuser/inputdata -type f -name "*.gz" -exec tar -zvf {} \;
2323
- name: create new case and setup
2424
run: |
2525
cd cime/scripts && ./create_newcase --mach docker --res ELM_USRDAT --compset ICB1850CNPRDCTCBC --case ~/output/ci_test \

0 commit comments

Comments
 (0)