Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Mistakes were made
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAtDealEngine committed Sep 5, 2023
1 parent 4848db1 commit 806a022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
env:
PG_PASSWORD: test
PG_HOST_PORT: 'localhost:5432'
PG_HOST: localhost
PG_PORT: 5432
PG_USER: postgres
PG_DBNAME: finagle_postgres_test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ThisBuild / githubWorkflowBuildPreamble ++= Seq(
)
ThisBuild / githubWorkflowEnv ++= Map(
"PG_HOST_PORT" -> "localhost:5432",
"PG_HOST" -> "localhost",
"PG_PORT" -> "5432",
"PG_USER" -> "postgres",
"PG_DBNAME" -> "finagle_postgres_test",
"PG_PASSWORD" -> "test"
Expand Down

0 comments on commit 806a022

Please sign in to comment.