bitbucket pipeline test

This commit is contained in:
2023-01-11 17:06:24 +09:00
parent 233f9fbf81
commit 58a6d994ca

View File

@@ -12,14 +12,14 @@ pipelines:
- step: - step:
name: Test name: Test
script: script:
- composer require phpunit/phpunit - composer require phpunit/phpunit:^9
- ./vendor/bin/phpunit ./test/phpUnitTests - ./vendor/bin/phpunit ./test/phpUnitTests
caches: caches:
- composer - composer
- step: - step:
name: Lint name: Lint
script: script:
- composer require overtrue/phplint - composer require overtrue/phplint:8.1.x-dev
- ./vendor/bin/phplint ./ --exclude=vendor - ./vendor/bin/phplint ./ --exclude=vendor
caches: caches:
- composer - composer