View on GitHub

bacc

Batch Accelerator

Automated Testing

To ensure that the code continues to work as expected through changes and updates, we employ automated testing using Github Workflows. This page describes the different workflows, their purpose and how to use them for testing.

Workflows

Workflows prefixed with ci- are workflows that are triggered automatically either when a pull request is opened or when a commit is pushed to the repository. The workflows prefixed with az- are workflows that can be triggered manually by a user with write access to the repository.

Test Suites

Test suites enable us to identify and test different deployment configurations and scenarios.