To run genauigkeit in a GitHub Actions workflow, you need to create a .github/workflows
directory in your repository and add a .yml
file with the following content:
This workflow will run your tests on every push to the main
branch and on every pull request targeting the main
branch. It will install dependencies, run your tests, and upload the test report as an artifact.
For more information on GitHub Actions, see the official documentation.
To download the test report, navigate to the Actions tab in your repository and select the latest workflow run. You can download the report by clicking on the genauigkeit-report
artifact.