Skip to content

Commit 0016725

Browse files
committed
Work in progress. Needs further testing.
1 parent 7d5fb1e commit 0016725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.testing

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DB_HOST=127.0.0.1
1313
DB_PORT=3306
1414
DB_DATABASE=venture_testing
1515
DB_USERNAME=root
16-
DB_PASSWORD=
16+
DB_PASSWORD=password
1717

1818
BROADCAST_DRIVER=log
1919
CACHE_DRIVER=file

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: mysql:8.0
1212
env:
1313
MYSQL_ROOT_PASSWORD: password
14-
MYSQL_DATABASE: test
14+
MYSQL_DATABASE: venture_testing
1515
ports:
1616
- 3306:3306
1717
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

0 commit comments

Comments
 (0)