Skip to content

Commit

Permalink
Try as non-root da user
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Mar 18, 2024
1 parent b3d4a83 commit 671709c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
MYSQL_HOST: 127.0.0.1
MYSQL_PORT: 3306
MYSQL_USER: root
MYSQL_USER: pimcore
MYSQL_PASSWORD: pimcore
MYSQL_DATABASE: pimcore
MYSQL_SERVER_VERSION: "10.11.5-MariaDB"
Expand All @@ -39,7 +39,7 @@ jobs:
mariadb:
image: mariadb:10.11.5
env:
MYSQL_ROOT_PASSWORD: pimcore
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
options: >-
--health-cmd="healthcheck.sh --connect --innodb_initialized"
--health-interval=10s
Expand Down

0 comments on commit 671709c

Please sign in to comment.