aswi2020merlot-gitlab/.gitlab-ci.yml @ 45c5ff43
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 |