Skip to content

Commit

Permalink
Add another run ngen test
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 12, 2023
1 parent 3d0f461 commit 3351ef6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ jobs:
inputfile='data/example_bmi_multi_realization_config.json'
./ngen-build/ngen ./data/catchment_data.geojson "cat-27" ./data/nexus_data.geojson "nex-26" $inputfile
- name: Run surfacebmi, cfebmi and petbmi
run: |
inputfile='data/example_bmi_multi_realization_config_w_noah_pet_cfe.json'
./cmake_build/ngen data/catchment_data.geojson "cat-27" data/nexus_data.geojson "nex-26" $inputfile
# The following remove a post ngen build error likely related to the temporary files left over during the
# build process
- name: Re-checkout Ngen
Expand Down

0 comments on commit 3351ef6

Please sign in to comment.