We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5fb1e commit 0016725Copy full SHA for 0016725
.env.testing
@@ -13,7 +13,7 @@ DB_HOST=127.0.0.1
13
DB_PORT=3306
14
DB_DATABASE=venture_testing
15
DB_USERNAME=root
16
-DB_PASSWORD=
+DB_PASSWORD=password
17
18
BROADCAST_DRIVER=log
19
CACHE_DRIVER=file
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
image: mysql:8.0
12
env:
MYSQL_ROOT_PASSWORD: password
- MYSQL_DATABASE: test
+ MYSQL_DATABASE: venture_testing
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
0 commit comments