Skip to content

Commit

Permalink
ci: configure environment variables for PostgreSQL in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho committed Nov 20, 2024
1 parent 5c6c5b4 commit 7443464
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ jobs:
name: Build and test Docker image
runs-on: ubuntu-latest

env:
DB_PROVIDER: postgresql
DB_HOST: db
DB_PORT: 5432
DB_USERNAME: postgres
DB_PASSWORD: secret
DB_NAME: testdb

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7443464

Please sign in to comment.