Github Actions Repo

https://github.com/Revyl/Revyl-gh-action

To run on your tests on the cloud on ewver pull request and commit to main using Github actions. Set the COGNISIM_API_KEY


- uses: actions/checkout@v3
  with:
    fetch-depth: 0

- name: Run tests using Revyl
  uses: Revyl/Revyl-gh-action@v1
  env:
    COGNISIM_API_KEY: ${{ secrets.COGNISIM_API_KEY }}
  with:
    test-id: <test-id>