Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
commel authored Apr 17, 2024
1 parent 27265d6 commit fbf304b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# The hostname used to communicate with the PostgreSQL service container
DB_HOST: localhost
DB_NAME: holarse
DB_USER: postgres
DB_USER: holarse
DB_PASS: geheim
DB_PORT: 5432
run: "PGPASSWORD=${DB_PASS} /usr/bin/psql -h ${DB_HOST} -p ${DB_PORT} -U ${DB_USER} -d ${DB_NAME} < $GITHUB_WORKSPACE/doc/db2/01_schema/01_base.sql"
Expand Down

0 comments on commit fbf304b

Please sign in to comment.