We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d189ee commit 0d023b8Copy full SHA for 0d023b8
.circleci/config.yml
@@ -57,19 +57,6 @@ jobs:
57
mkdir -p ./logs/phpunit
58
vendor/bin/phpunit -d memory_limit=512M --log-junit logs/phpunit/junit.xml --testdox-html logs/phpunit/testdox.html
59
60
- - run:
61
- name: Run Laravel Server
62
- command: php artisan serve
63
- background: true
64
- environment:
65
- DB_CONNECTION: mysql
66
- DB_DATABASE: circle_test
67
- DB_USERNAME: root
68
- DB_PASSWORD: ubuntu
69
- SESSION_DRIVER: database
70
- TENANCY_SYSTEM_CONNECTION_NAME: mysql
71
- TENANCY_TENANT_CONNECTION_NAME: mysql
72
-
73
- store_artifacts:
74
path: ./logs/phpunit
75
destination: phpunit
0 commit comments