Run Checkly from GitHub Actions with native CI feedback
The new checkly-action runs checkly test or checkly trigger straight from your workflow, with detached test sessions and results reported through GitHub Checks. Gate pull requests on Checkly results without burning Actions minutes waiting for runs to finish.
- uses: checkly/checkly-action@v1
with:
command: test
✓ 12 checks passed · reported via GitHub Checks

