Skip to content

Commit

Permalink
test: see if env values work in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgorrie committed Dec 10, 2024
1 parent f66c3fe commit cf96290
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,17 @@ jobs:

- name: Run Unit Tests
run: make test TEST=tests/unit_tests/
env:
POSTGRES_USER: navigator_admin
POSTGRES_PASSWORD: password
POSTGRES_DB: navigator

- name: Run Integration Tests
run: make test TEST=tests/integration_tests
env:
POSTGRES_USER: navigator_admin
POSTGRES_PASSWORD: password
POSTGRES_DB: navigator

build:
if: |
Expand Down

0 comments on commit cf96290

Please sign in to comment.