actions-marketplace-validations/eZPlatform Ultimate Test Stack

Sets up the desired eZPlatform version and runs tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 9, 2023
License
GPL 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/tanoconsulting_euts@fdd4c1693b679fd6d6c6a1aabfc3fa43341be698 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
configuration-filePath to the configuration file which defines the test environment to set up. Required when not defining env varsyes""
run-onWhether 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`yeshost
test-commandThe command used to run the test suite. If left empty, it defaults to the teststack's `runtests`yes""
code-coverage-serviceWhether to generate and upload code coverage to 3rd party services. Supported: scrutinizer, codecovyes""
repo-tokenGitHub access token. Used to avoid API rate limiting when downloading composer dependencies. Set it to `$ { { secrets.GITHUB_TOKEN } }`yes""

no outputs