Skip to content

Commit

Permalink
fixup! define API_DB_URL for CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos committed Aug 6, 2024
1 parent 40a55f1 commit 938abb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/spark_stats
EVALUATE_DB_URL: postgres://postgres:postgres@localhost:5432/spark_evaluate
API_DB_URL: postgres://postgres:postgres@localhost:5432/spark
NPM_CONFIG_WORKSPACE: stats
steps:
- run: psql "${DATABASE_URL}" -c "CREATE DATABASE spark_evaluate"
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/spark_stats
EVALUATE_DB_URL: postgres://postgres:postgres@localhost:5432/spark_evaluate
API_DB_URL: postgres://postgres:postgres@localhost:5432/spark
NPM_CONFIG_WORKSPACE: observer
steps:
- run: psql "${DATABASE_URL}" -c "CREATE DATABASE spark_evaluate"
Expand Down Expand Up @@ -96,6 +98,7 @@ jobs:
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/spark_stats
EVALUATE_DB_URL: postgres://postgres:postgres@localhost:5432/spark_evaluate
API_DB_URL: postgres://postgres:postgres@localhost:5432/spark
NPM_CONFIG_WORKSPACE: observer
steps:
- run: psql "${DATABASE_URL}" -c "CREATE DATABASE spark_evaluate"
Expand Down

0 comments on commit 938abb9

Please sign in to comment.