Skip to content
Snippets Groups Projects
Commit 19b7f25c authored by Vadim Justus's avatar Vadim Justus
Browse files

Introduce semver and static tests

parent ba9cdd14
Branches
No related tags found
1 merge request!1Introduce semver and static tests
Pipeline #2125 failed
stages:
- static-tests
# Static Tests
semver-tests:
stage: static-tests
tags:
- php73
variables:
EXECUTOR_SUITE: module-semver
ALLOWED_CHANGE_LEVEL: 1
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
- ~/.composer/vendor/met/test-executor/run.sh tests
after_script:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
static-tests:
stage: static-tests
tags:
- php74
- mysql80
- es7
variables:
EXECUTOR_SUITE: module-static
MAGENTO_EDITION: community
MAGENTO_VERSION: 2.4.0
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
- ~/.composer/vendor/met/test-executor/run.sh tests
after_script:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment