Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Nov 29, 2024
1 parent 436cb2e commit e9c5b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard_app_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
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
run: cp .env.dev .env

- 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 e9c5b2c

Please sign in to comment.