Skip to content

5.3 | CI pipeline

zalan-racz-gaijin edited this page Jun 14, 2024 · 2 revisions

The project uses GitHub Actions for the CI pipeline.

CI pipeline

The CI pipeline is defined in the .github/workflows/build.yml file, and it runs when someone creates (or updates) a Pull Request. The pipeline builds the extension. It also runs static analysis tools, checks if the code is correctly formatted, and runs E2E tests. Note, that a Pull Request is only mergeable if this pipeline runs successfully.

Useful resources