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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 31, 2023
- License
- None
Pinned Snippet
uses: platformsh/gha-template-pr-tests@4688585fe68a6935522d70c0de34221b1fa7cf2f # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token to the repository so we can work with the github api. Typically GITHUB_TOKEN | yes | — |
| baseline-url | The URL for the production version of the site. This will be used to create the reference for VRT | yes | — |
| delay-start | Delay the start of testing for X seconds after the PR environment is available. | no | "" |
| baseline-header-response | The header response that we consider valid when checking the root of the baseline URL. Defaults to 200 | no | 200 |
| test-header-response | The header response that we consider valid when checking the root of the baseline URL. Defaults to 200 | — | 200 |
| pr-timeout | The number of seconds the action should wait for Platform.sh to report back with a PR environment URL. Defaults to 300 | no | 300 |
Outputs
no outputs