Skip to content

Commit

Permalink
fix(workflows): mariadb environment variables changed
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Feb 16, 2024
1 parent c02695a commit a1c1b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/synth-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
mariadb:
image: mariadb
env:
MYSQL_ROOT_PASSWORD: mysecretpassword
MYSQL_DATABASE: test_db
MARIADB_ROOT_PASSWORD: mysecretpassword
MARIADB_DATABASE: test_db
ports:
- 3307:3306
options: >-
Expand Down

0 comments on commit a1c1b10

Please sign in to comment.