Skip to content

Commit

Permalink
add env file for data handler
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Nov 29, 2024
1 parent 19e5780 commit 436cb2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dashboard_app_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
sed -i 's/DB_USER=.*/DB_USER=postgres/' .env
sed -i 's/DB_PASSWORD=.*/DB_PASSWORD=postgres/' .env
sed -i 's/DB_NAME=.*/DB_NAME=dashboard_app/' .env
- name: Add DATABASE_URL to Environment
working-directory: ./apps/data_handler
run: cp .env .env.dev

- name: Set DATABASE_URL for Tests
run: echo "DATABASE_URL=postgresql://postgres:[email protected]:5432/dashboard_app" >> $GITHUB_ENV
Expand Down

0 comments on commit 436cb2e

Please sign in to comment.