Pull request environments are temporary environments that exist during a pull request. Enable them after setting up the app environment:
- In ci-{{app_name}}-pr-environment-checks.yml and ci-{{app_name}}-pr-environment-destroy.yml, search for
!!
. - Uncomment the PR environment triggers for spot testing. Run
nava-platform infra update --answers-only --data app_has_dev_env_setup=true .
to consistently enable things.
You can verify that PR environments are working by opening a new PR and waiting for the "PR Environment Update" job to finish.