This action uses the Tesults API to check results for a given target and build.
Required The id of the target.
Required The build name for the test run to check results for.
Required The api token to use, generated from the Tesults config.
The number of passing test cases
The total number of test cases
uses: actions/tesults-api-results-check@latest
with:
target: '<target id>'
build: '<build name>'
api_token: '<api token>'
Learn more here: https://www.tesults.com/docs/github-actions and contact [email protected] with any questions.