mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 20:43:48 +00:00
refactor: update CI workflow to use environment exports instead of GITHUB_ENV for database configuration
This commit is contained in:
@@ -93,12 +93,10 @@ jobs:
|
||||
|
||||
- name: Setup DB connection Variables
|
||||
run: |
|
||||
echo "DB_HOST=postgres" >> $GITHUB_ENV
|
||||
echo "DB_PORT=5432" >> $GITHUB_ENV
|
||||
export DB_HOST=postgres
|
||||
export DB_PORT=5432
|
||||
cp ../.env.example ../.env
|
||||
uv sync
|
||||
echo "DB_HOST=postgres" >> ../.env
|
||||
echo "DB_PORT=5432" >> ../.env
|
||||
|
||||
- name: Lint & Test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user