diff --git a/.github/workflows/ngen_integration.yaml b/.github/workflows/ngen_integration.yaml index da7891f..380f7f8 100644 --- a/.github/workflows/ngen_integration.yaml +++ b/.github/workflows/ngen_integration.yaml @@ -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