Skip to content

Github Workflows

prernaa96 edited this page Feb 10, 2022 · 1 revision

Github/Workflows

We are using GitHub/workflows to perform Continuous Integration and not Circle CI. Circle CI dependency is present in our GitHub repository but we are not using it for CI.

After a new push, the workflow will execute running the config.yml file to test the build. In spite of running successfully, a Red Cross will still appear on the branch because Circle CI would have failed.

Workflow involves testing for all services and the script is located in the .github/workflows/ config.yml file.