Projekt

Obecné

Profil

Stáhnout (271 Bajtů) Statistiky
| Větev: | Revize:
1
image: php:7.2-alpine
2

    
3
stages:
4
    - test
5
    
6
before_script:
7
    - apk update
8
    - apk upgrade
9
    
10
unit_tests:
11
    stage: test
12
    script:
13
        - apk add composer
14
        - cd website
15
        - composer require --dev symfony/phpunit-bridge
16
        - php bin/phpunit
(2-2/8)