Update CI config

pull/417/head
Daniel Supernault 2018-08-27 21:50:45 -06:00
rodzic 5dd02c78b1
commit 6bcbd061f0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 0 dodań i 17 usunięć

Wyświetl plik

@ -41,23 +41,6 @@ jobs:
paths:
- vendor
# node cache
- restore_cache:
keys:
- node-v3-{{ checksum "package.json" }}
- node-v3-
- run: yarn install
- save_cache:
key: node-v3-{{ checksum "package.json" }}
paths:
- node_modules
- ~/.yarn
# prepare the database
- run: touch storage/testing.sqlite
- run: php artisan migrate --env=testing --database=sqlite_testing --force
# run tests with phpunit or codecept
- run: ./vendor/bin/phpunit
- store_test_results: