Skip to content

Commit 0d023b8

Browse files
committed
Removed obsolete CircleCI action
1 parent 7d189ee commit 0d023b8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,6 @@ jobs:
5757
mkdir -p ./logs/phpunit
5858
vendor/bin/phpunit -d memory_limit=512M --log-junit logs/phpunit/junit.xml --testdox-html logs/phpunit/testdox.html
5959
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-
7360
- store_artifacts:
7461
path: ./logs/phpunit
7562
destination: phpunit

0 commit comments

Comments
 (0)