Skip to content

Commit

Permalink
ci: fix db name
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Feb 1, 2024
1 parent 8e70667 commit ae2981b
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 @@ -20,7 +20,7 @@ jobs:
postgres:
image: postgres:${{ matrix.postgres-version }}
env:
POSTGRES_DB: auth
POSTGRES_DB: limiter
POSTGRES_USER: virk
POSTGRES_PASSWORD: secret
ports:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
mysql:
image: mysql:${{ matrix.mysql.version }}
env:
MYSQL_DATABASE: auth
MYSQL_DATABASE: limiter
MYSQL_USER: virk
MYSQL_PASSWORD: secret
MYSQL_ROOT_PASSWORD: secret
Expand Down

0 comments on commit ae2981b

Please sign in to comment.