Revize 27460050
Přidáno uživatelem Jakub Vašta před téměř 5 roky(ů)
.gitlab-ci.yml | ||
---|---|---|
1 |
image: php:7.2-cli |
|
2 |
|
|
3 |
stages: |
|
4 |
- test |
|
5 |
|
|
6 |
before_script: |
|
7 |
- apt-get update |
|
8 |
- apt-get upgrade |
|
9 |
- apt-get install composer |
|
10 |
- composer require --dev symfony/phpunit-bridge |
|
11 |
|
|
12 |
unit_tests: |
|
13 |
stage: test |
|
14 |
tags: |
|
15 |
- unit-test-stage |
|
16 |
script: |
|
17 |
- cd website |
|
18 |
- php bin/phpunit |
Také k dispozici: Unified diff
Update .gitlab-ci.yml symfony test ci/cd step