Skip to content

Commit

Permalink
Reintroduce root password
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jun 19, 2023
1 parent 70d4cd4 commit 60fdc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
image: mariadb
env:
MYSQL_DATABASE: "dodona_test"
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: true
MYSQL_ROOT_PASSWORD: "dodona"
MARIADB_MYSQL_LOCALHOST_USER: 1
MARIADB_MYSQL_LOCALHOST_GRANTS: USAGE
MYSQL_HOST: "localhost"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
image: mariadb
env:
MYSQL_DATABASE: "dodona_test"
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: true
MYSQL_ROOT_PASSWORD: "dodona"
MARIADB_MYSQL_LOCALHOST_USER: 1
MARIADB_MYSQL_LOCALHOST_GRANTS: USAGE
MYSQL_HOST: "localhost"
Expand Down

0 comments on commit 60fdc61

Please sign in to comment.