Skip to content
Snippets Groups Projects
Commit b9e991da authored by Ray Andrew's avatar Ray Andrew
Browse files

Initial commit

parent 1b15ee08
No related merge requests found
Pipeline #5039 failed
...@@ -3,6 +3,10 @@ image: php:fpm-alpine ...@@ -3,6 +3,10 @@ image: php:fpm-alpine
services: services:
- mysql:5.7 - mysql:5.7
stages:
- test
- deploy
cache: cache:
paths: paths:
- vendor/ - vendor/
...@@ -36,6 +40,7 @@ before_script: ...@@ -36,6 +40,7 @@ before_script:
- php importersql.php - php importersql.php
test: test:
stage: test
script: script:
- composer test - composer test
artifacts: artifacts:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment