mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 11:16:13 +01:00
Compare commits
2 commits
ecc0eabbe3
...
886ef224eb
Author | SHA1 | Date | |
---|---|---|---|
|
886ef224eb | ||
|
76c5e9b7cd |
1 changed files with 2 additions and 1 deletions
|
@ -162,6 +162,7 @@ Options:
|
||||||
- lintYaml: YAML linting
|
- lintYaml: YAML linting
|
||||||
- phpstan: phpstan tests
|
- phpstan: phpstan tests
|
||||||
- phpstanGenerateBaseline: regenerate phpstan baseline, handy after phpstan updates
|
- phpstanGenerateBaseline: regenerate phpstan baseline, handy after phpstan updates
|
||||||
|
- shellcheck: check runTests.sh for shell issues
|
||||||
- unit (default): PHP unit tests
|
- unit (default): PHP unit tests
|
||||||
- unitRandom: PHP unit tests in random order, add -o <number> to use specific seed
|
- unitRandom: PHP unit tests in random order, add -o <number> to use specific seed
|
||||||
|
|
||||||
|
@ -446,7 +447,7 @@ mkdir -p .Build/public/typo3temp/var/tests
|
||||||
IMAGE_PHP="ghcr.io/typo3/core-testing-$(echo "php${PHP_VERSION}" | sed -e 's/\.//'):latest"
|
IMAGE_PHP="ghcr.io/typo3/core-testing-$(echo "php${PHP_VERSION}" | sed -e 's/\.//'):latest"
|
||||||
IMAGE_NODE="docker.io/node:${NODE_VERSION}-alpine"
|
IMAGE_NODE="docker.io/node:${NODE_VERSION}-alpine"
|
||||||
IMAGE_ALPINE="docker.io/alpine:3.8"
|
IMAGE_ALPINE="docker.io/alpine:3.8"
|
||||||
IMAGE_SHELLCHECK="koalaman/shellcheck:latest"
|
IMAGE_SHELLCHECK="docker.io/koalaman/shellcheck:v0.10.0"
|
||||||
IMAGE_DOCS="ghcr.io/typo3-documentation/render-guides:latest"
|
IMAGE_DOCS="ghcr.io/typo3-documentation/render-guides:latest"
|
||||||
IMAGE_MARIADB="docker.io/mariadb:${DBMS_VERSION}"
|
IMAGE_MARIADB="docker.io/mariadb:${DBMS_VERSION}"
|
||||||
IMAGE_MYSQL="docker.io/mysql:${DBMS_VERSION}"
|
IMAGE_MYSQL="docker.io/mysql:${DBMS_VERSION}"
|
||||||
|
|
Loading…
Reference in a new issue