actions-marketplace-validations/eZPlatform Ultimate Test Stack
Sets up the desired eZPlatform version and runs tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 9, 2023
- License
- GPL 2.0
Pinned Snippet
uses: actions-marketplace-validations/tanoconsulting_euts@fdd4c1693b679fd6d6c6a1aabfc3fa43341be698 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| configuration-file | Path to the configuration file which defines the test environment to set up. Required when not defining env vars | yes | "" |
| run-on | Whether to use Docker Containers or run tests on the runner VM. Values: host, containers. When using containers, you have to leave the DB_HOST env var empty or set it to `mysql` | yes | host |
| test-command | The command used to run the test suite. If left empty, it defaults to the teststack's `runtests` | yes | "" |
| code-coverage-service | Whether to generate and upload code coverage to 3rd party services. Supported: scrutinizer, codecov | yes | "" |
| repo-token | GitHub access token. Used to avoid API rate limiting when downloading composer dependencies. Set it to `$ { { secrets.GITHUB_TOKEN } }` | yes | "" |
Outputs
no outputs