diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef2f5c091..871727e23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,21 @@ jobs: else sed -i "/mpi4py/ d" requirements.txt fi + build_py_project_in_conda_env test_py_project + cd .. + + if test "$DOWNSTREAM_PROJECT" = "mirgecom"; then + # Test main branch + examples/run_examples.sh ./examples + + # Test production drivers + source .ci_support/production_testing_env.sh + source .ci_support/merge-install-production-branch.sh . + source .ci_support/production-drivers-install.sh . + source .ci_support/production-drivers-run.sh . + fi + # vim: sw=4