Releases: checkly/checkly-action
Releases · checkly/checkly-action
Release list
v1.1.0
What's changed
- Run the project-local Checkly CLI when the repository installs
checkly, so configuration constructs and the CLI share the same module session. - Support
github-shafor GitHub Checks that must report on a deployment or dispatch commit. - Use account ID variables in setup examples so session links remain visible in GitHub Actions logs.
v1.0.1
The GitHub App setup link now opens Checkly account integrations, ensuring installations are connected to the correct Checkly account before repository access is configured.
v1.0.0 - Checkly Action v1
Run Checkly tests from GitHub Actions with minimal setup.
- Run repository checks with
checkly testor deployed checks withcheckly trigger - Automatically report results through GitHub Checks when the Checkly GitHub App is available (cf. Account > Integrations in the Checkly Webapp)
- Avoid waiting for detached test sessions in GitHub Actions
- Select checks by tags, name, file, or check ID
- Requires Checkly CLI 8.15.0 or newer
v0.0.2
What's Changed
- Replace github-report with reporting mode by @thebiglabasky in #3
github-report becomes reporting:
auto(default): will run a preflight request to see if the target account has our GitHub app installed and use the GitHub Checks reporting path (usingtest --detach) if that's the case, or fallback to a synctestif not.github-check: will run a preflight request and FAIL if our GitHub app is not installed, since we wouldn't be able to report back through a GitHub checkgithub-action: will run the test/trigger command in sync and report back in the GH action (like the fallback path fromauto; just skips the preflight request)
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Checkly GitHub Action v0.0.1
This action wraps the Checkly CLI for GitHub Actions, making it easier to run checkly test or checkly trigger from CI with support for:
- installing project dependencies before the run
- selecting checks by tags, names, or check IDs
- choosing the Checkly CLI version
- running from a custom working directory
- GitHub reporting metadata for Checkly GitHub App writeback
Use checkly/checkly-action@v1 for the latest compatible v1 release, or pin to checkly/checkly-action@v1.0.0 for an exact version.