Skip to content

Commit

Permalink
Update ci-compile-test.yml
Browse files Browse the repository at this point in the history
GHA has odd mapping of home between runner and ~ in container
  • Loading branch information
rfiorella authored Mar 29, 2024
1 parent ee84ce8 commit e6845b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
echo `pwd` && echo $HOME && ls && ls -a ~/.cime
- name: create new case and setup
run: |
mkdir ~/.cime
cp /home/e3smuser/.cime/* /github/home/.cime/
cd cime/scripts && ./create_newcase --mach docker --res ELM_USRDAT --compset ICB1850CNPRDCTCBC --case ~/output/ci_test \
&& cd ~/output/ci_test && ./case.setup && ./case.build

0 comments on commit e6845b3

Please sign in to comment.