This commit is contained in:
parent
d661a2cbbc
commit
9c2e2b6ade
@ -5,7 +5,7 @@ steps:
|
|||||||
- name: install
|
- name: install
|
||||||
image: composer
|
image: composer
|
||||||
commands:
|
commands:
|
||||||
- make install
|
- composer install --no-interaction --prefer-dist --optimize-autoloader --no-suggest
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
image: php:8.1
|
image: php:8.1
|
||||||
commands:
|
commands:
|
||||||
@ -22,4 +22,4 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: php:8.1
|
image: php:8.1
|
||||||
commands:
|
commands:
|
||||||
- vendor/bin/phpunit
|
- vendor/bin/phpunit
|
Loading…
Reference in New Issue
Block a user