Continuous Integration

You will be able to see the checks we are running on your source code.

Once the functions bundle has been pushed into our platform, we run a Continuous Integration workflow that verifies the integrity of your implementation and the essential requirements for the system to work.

If all the checks passed, the platform would know which functions in the bundle changed and create a new publishable build.

What are some of the checks that run on the CI?

  • The integrity of the function config file.

  • The integrity of the entry point of a function main.js.

  • Runs ESLint static analysis.

  • Runs Jest unit tests.

  • and more.

Last updated