Developer docs

Isolated application builds

Applications that are isolated in the vets-website repository can take advantage of a faster continuous integration workflow in GitHub Actions. This faster workflow builds only the app(s) that the changed files in a branch belong to, in addition to only running their unit tests.

Applications with continuous deployment enabled can deploy to production when merged to main, after approval from the fe-deployment-approval-team. See Continuous deployment to production for the end-to-end flow, approval process, and safety controls.

Isolated applications are apps whose code is not imported by another app or directory in the repository.



Help and feedback