mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update circleci config
This commit is contained in:
parent
d946afcc5c
commit
f318bd7a30
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- run: php artisan key:generate
|
- run: php artisan key:generate
|
||||||
|
|
||||||
# run tests with phpunit or codecept
|
# run tests with phpunit or codecept
|
||||||
- run: ./vendor/bin/phpunit
|
- run: php artisan test --env=testing
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: tests/_output
|
path: tests/_output
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
|
Loading…
Reference in a new issue