Skip to content

Commit

Permalink
Download and configure JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Sep 17, 2024
1 parent e414750 commit a7b3700
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish_results_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
sudo apt-get install default-jdk -y
sudo apt-get install postgresql-client -y
- name: Download PostgreSQL JDBC Driver
run: |
wget https://jdbc.postgresql.org/download/postgresql-42.2.24.jar -O $HOME/postgresql-jdbc.jar
- name: Execute SchemaSpy
run: |
java -jar extras/rdms/schemaspy-6.2.4.jar -vizjs -configFile extras/rdms/schemaspy-config.properties -meta extras/rdms/schema_meta.xml -debug
Expand Down
2 changes: 1 addition & 1 deletion extras/rdms/schemaspy-config.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schemaspy.t=pgsql

schemaspy.dp=postgresql-42.6.0.jar
schemaspy.dp=$HOME/postgresql-jdbc.jar

schemaspy.host=127.0.0.1
schemaspy.port=5432
Expand Down

0 comments on commit a7b3700

Please sign in to comment.