Skip to content
Snippets Groups Projects
Commit f7936dda authored by Erick Hitter's avatar Erick Hitter
Browse files

Linting only

parent bdc93865
No related branches found
No related tags found
3 merge requests!10WIP: Add typehint checking,!9WIP: Capture PHPUnit reports,!6add linting
Pipeline #236 passed
...@@ -32,9 +32,6 @@ test_7.0: ...@@ -32,9 +32,6 @@ test_7.0:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n - phpcs -n
- phpunit - phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
test_7.1: test_7.1:
image: containers.ethitter.com:443/docker/images/php:7.1 image: containers.ethitter.com:443/docker/images/php:7.1
...@@ -44,9 +41,6 @@ test_7.1: ...@@ -44,9 +41,6 @@ test_7.1:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n - phpcs -n
- phpunit - phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
test_7.2: test_7.2:
image: containers.ethitter.com:443/docker/images/php:7.2 image: containers.ethitter.com:443/docker/images/php:7.2
...@@ -56,6 +50,3 @@ test_7.2: ...@@ -56,6 +50,3 @@ test_7.2:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n - phpcs -n
- phpunit - phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment