Skip to content

Commit

Permalink
Ugh. Bad rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Sep 2, 2024
1 parent 055f5dc commit c6494d8
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/vcs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,37 @@ jobs:
whoami
ls -ratl .
esm_master install-dummy_model-1.0
- name: Sanity check
run: |
ls -l /work/esm-bot/my-project/model-codes/dummy_model-1.0/bin/HelloWorld
/work/esm-bot/my-project/model-codes/dummy_model-1.0/bin/HelloWorld
- name: Copy test runscript
run: |
cp runscripts/dummy-model/dummy-model.yaml /work/esm-bot/my-project/run-configs/
- name: One small run
run: |
cd /work/esm-bot/my-project/run-configs
export PATH=${HOME}/.local/bin:${PATH}
esm_runscripts dummy-model.yaml
- name: Make model source change
run: |
sed -i s/\!// /work/esm-bot/my-project/model-codes/dummy_model-1.0/src/hello.f90
- name: Recompile
run: |
cd /work/esm-bot/my-project/model-codes
PATH=${HOME}/.local/bin:${PATH}
whoami
ls -ratl .
esm_master recomp-dummy_model-1.0
- name: One small run
run: |
cd /work/esm-bot/my-project/run-configs
export PATH=${HOME}/.local/bin:${PATH}
esm_runscripts dummy-model.yaml
# - name: Check differences

0 comments on commit c6494d8

Please sign in to comment.