platformsh/Pull Request Testing for Platform.sh Templates

Runs a series of tests on a Platform.sh template project for every Pull Request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 31, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: platformsh/gha-template-pr-tests@4688585fe68a6935522d70c0de34221b1fa7cf2f # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGithub token to the repository so we can work with the github api. Typically GITHUB_TOKENyes
baseline-urlThe URL for the production version of the site. This will be used to create the reference for VRTyes
delay-startDelay the start of testing for X seconds after the PR environment is available.no""
baseline-header-responseThe header response that we consider valid when checking the root of the baseline URL. Defaults to 200no200
test-header-responseThe header response that we consider valid when checking the root of the baseline URL. Defaults to 200200
pr-timeoutThe number of seconds the action should wait for Platform.sh to report back with a PR environment URL. Defaults to 300no300

no outputs