mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
fix: remove unnecessary environment variables for PostgreSQL in workflow
This commit is contained in:
6
.github/workflows/test-and-push.yml
vendored
6
.github/workflows/test-and-push.yml
vendored
@@ -16,12 +16,6 @@ jobs:
|
||||
- db: postgres
|
||||
variant: base
|
||||
|
||||
env:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: postgres
|
||||
POSTGRES_PORT: 5432
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: jdx/mise-action@v3
|
||||
|
||||
Reference in New Issue
Block a user