Skip to content

Commit

Permalink
fix: add DATABASE_URL_SEEDER to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynndp committed Apr 12, 2022
1 parent 3d52c7d commit 9ea1f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/treetracker-api-pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
working-directory: ${{ env.project-directory }}
env:
DATABASE_URL: postgresql://postgres:postgres@postgres/postgres
DATABASE_URL_SEEDER: postgresql://postgres:postgres@postgres/postgres
CI: true

- name: run repository tests
Expand Down

0 comments on commit 9ea1f77

Please sign in to comment.