Projekt

Obecné

Profil

Stáhnout (185 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
stages:
2
  - test
3

    
4
unit_test:
5
  stage: test
6
  script:
7
    - cp .env.example .env
8
    - composer install
9
    - php artisan key:generate
10
    - php artisan migrate
11
    - vendor/bin/phpunit
(5-5/14)