Skip to content

Commit

Permalink
ci,push: fixup env vars for saas blueprint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Dec 26, 2024
1 parent 2f4ecce commit 6a9e380
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
- name: Run tests for SaaS blueprint
run: ci/test-blueprint.sh saas
env:
STANDARD_EXAMPLE_TEST_DB_HOST: 127.0.0.1
STANDARD_EXAMPLE_TEST_DB_PORT: ${{ job.services.postgres.ports[5432] }}
STANDARD_EXAMPLE_TEST_DB_NAME: example
STANDARD_EXAMPLE_TEST_DB_USERNAME: example
STANDARD_EXAMPLE_TEST_DB_PASSWORD: example
SAAS_EXAMPLE_TEST_DB_HOST: 127.0.0.1
SAAS_EXAMPLE_TEST_DB_PORT: ${{ job.services.postgres.ports[5432] }}
SAAS_EXAMPLE_TEST_DB_NAME: example
SAAS_EXAMPLE_TEST_DB_USERNAME: example
SAAS_EXAMPLE_TEST_DB_PASSWORD: example

- name: Deploy docs
run: ci/docs.sh
Expand Down

0 comments on commit 6a9e380

Please sign in to comment.