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
|
- name: Setup DB connection Variables
|
||||||
run: |
|
run: |
|
||||||
echo "DB_HOST=postgres" >> $GITHUB_ENV
|
export DB_HOST=postgres
|
||||||
echo "DB_PORT=5432" >> $GITHUB_ENV
|
export DB_PORT=5432
|
||||||
cp ../.env.example ../.env
|
cp ../.env.example ../.env
|
||||||
uv sync
|
uv sync
|
||||||
echo "DB_HOST=postgres" >> ../.env
|
|
||||||
echo "DB_PORT=5432" >> ../.env
|
|
||||||
|
|
||||||
- name: Lint & Test
|
- name: Lint & Test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user