Skip to content

Commit

Permalink
added comments - minor changes suggested by the reviewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak committed Jan 9, 2024
1 parent 524195a commit 62b6c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
mkdir ${{runner.temp}}/smp
mv ./* ${{runner.temp}}/smp
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Checkout and build SoilFreezeThaw
- name: checkout actions in another repo
uses: actions/checkout@v4
with:
Expand All @@ -79,7 +79,7 @@ jobs:
mkdir ${{runner.temp}}/sft
mv ./* ${{runner.temp}}/sft
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Checkout ngen
- name: checkout actions in another repo
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -121,9 +121,9 @@ jobs:
rm -rf extern/SoilMoistureProfiles/SoilMoistureProfiles/*
mv ${{runner.temp}}/smp/* extern/SoilMoistureProfiles/SoilMoistureProfiles
# Run ngen with sft, smp, and lasam
- name: Run Ngen Test with LASAM
run: |
# Run ngen with sft, smp, and lasam
mv ${{ steps.ngen_id1.outputs.build-dir }} ./ngen-build/
cp extern/LGAR-C/LGAR-C/data/vG_default_params.dat data/
inputfile='extern/LGAR-C/LGAR-C/realizations/realization_config_lasam.json'
Expand Down

0 comments on commit 62b6c04

Please sign in to comment.