Skip to content

Commit

Permalink
set postgres url
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Nov 11, 2024
1 parent f25cca0 commit e6de5cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
# run: mkdir -p project/target target ~/.ivy2 ~/.cache/coursier

# - name: Assert unique evolution numbers
# run: docker compose run base tools/postgres/dbtool.js assert-unique-evolution-numbers
# run: node tools/postgres/dbtool.js assert-unique-evolution-numbers

# - name: Assert schema.sql and evolutions are equal
# run: |
Expand All @@ -136,6 +136,9 @@ jobs:
else
sbt -no-colors -DfailOnWarning compile stage
fi
env:
POSTGRES_URL: postgres://webknossos_user:secret_password@localhost:5432/webknossos


- name: Build webknossos-datastore (sbt)
run: sbt -no-colors -DfailOnWarning "project webknossosDatastore" copyMessages compile stage
Expand Down

0 comments on commit e6de5cb

Please sign in to comment.