Skip to main content

CI/CD Integration

Schwab NextJs unit testing is integrated into our CI/CD pipeline via GitHub actions.

On commit, all tests will run against a developers candidate code. If any tests fail, merging will be blocked, and the developer will be notified.

CI/CD Flow

It is best practice to run 'pnpm test' in your local environment prior to committing code to ensure all tests are passing.