Skip to content

Commit

Permalink
Fix: Use password as password
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 26, 2024
1 parent c2dc7b6 commit 479f726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ APP_KEY=base64:SjHKdOBqP+0GzrIcyMVUkB5lJ/kPml3OuRGaLkI2i6g=

DB_DATABASE=testing
DB_HOST=127.0.0.1
DB_PASSWORD=root
DB_PASSWORD=password
DB_PORT=3306
DB_USERNAME=root
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
MYSQL_DATABASE: "testing"
MYSQL_ROOT_HOST: "%"
MYSQL_ROOT_PASSWORD: "root"
MYSQL_ROOT_PASSWORD: "password"

image: "mysql/mysql-server:8.0"

Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
env:
MYSQL_DATABASE: "testing"
MYSQL_ROOT_HOST: "%"
MYSQL_ROOT_PASSWORD: "root"
MYSQL_ROOT_PASSWORD: "password"

image: "mysql/mysql-server:8.0"

Expand Down Expand Up @@ -507,7 +507,7 @@ jobs:
env:
MYSQL_DATABASE: "testing"
MYSQL_ROOT_HOST: "%"
MYSQL_ROOT_PASSWORD: "root"
MYSQL_ROOT_PASSWORD: "password"

image: "mysql/mysql-server:8.0"

Expand Down

0 comments on commit 479f726

Please sign in to comment.