Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

homecentr/github-runner

Repository files navigation

GitHub Runner

This repository contains Ansible playbooks used to set up the GitHub runner which is used to apply Ansible definition in the platform repository to the infrastructure and run end to end tests from the e2e repository.

Using this repository

Install dependencies

yarn run install

Run ansible playbook

When initializing a brand new instance, use the init command:

yarn run init

Subsequently, you can use the apply command:

yarn run apply

Run Ansible Lint

Before merging any changes you must make sure they pass the ansible-lint recommendations check. You can run the check locally using the lint command:

yarn run lint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages