mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update CI config
This commit is contained in:
parent
5dd02c78b1
commit
6bcbd061f0
1 changed files with 0 additions and 17 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue