Update CI/CD

This commit is contained in:
George Frederick "Buzz" Beurling
2020-06-21 12:15:32 -04:00
parent 5a019b2c92
commit 4539470537
6 changed files with 19 additions and 58 deletions

View File

@@ -11,8 +11,17 @@ variables:
stages:
- build
- test
- deploy
- deploy
unit_test:
stage: test
script:
- cp .env.example .env
- composer install
- php artisan key:generate
- php artisan migrate
- vendor/bin/phpunit
build:
stage: build