CI recipes
Amazon Linux
Using Momentic on Amazon Linux
Amazon Linux is an architecture commonly used for self-hosting runners on platforms such as Jenkins, Buildkite, and Github Actions.
Due to Chromium dependency limitations, the CLI cannot run tests directly on Amazon Linux machines. However, it is possible to run a Docker image on Amazon Linux that then invokes Momentic.
An example setup integrated with Github Actions is provided below. This configuration assumes that the momentic
directory is committed to the root directory of your source control repository. For a full example, please visit Momentic’s public demo repository.
Ensure all placeholder values in the YAML template are replaced before deploying to CI environments.
Was this page helpful?