MAPG-94 fix possible syntax error in yml

This commit is contained in:
Bence Pőcze 2020-06-25 00:44:24 +02:00
parent 34206cac12
commit ca0b8da733

View File

@ -3,13 +3,13 @@ image: php:7.4.7-cli-buster
pipelines:
default:
- step:
name: Unit Testing
caches:
- composer
artifacts:
- vendor/**
script:
- apt-get update && apt-get install -y unzip
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- vendor/bin/phpunit --testdox tests
name: Unit Testing
caches:
- composer
artifacts:
- vendor/**
script:
- apt-get update && apt-get install -y unzip
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- vendor/bin/phpunit --testdox tests