A: They create .github/workflows/main.yml to define the pipeline. They configure Karma to run in a headless mode (since CI environments usually lack GUI), enforce coverage thresholds (e.g. 95%), and define npm scripts such as test-ci. They also adjust angular.json and karma.conf.js to support test settings and coverage reporting.