File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
4343 uses : ikalnytskyi/action-setup-postgres@v7
4444 with :
4545 postgres-version : ' 17'
46- username : ${POSTGRES_USERNAME}
47- password : ${POSTGRES_PASSWORD}
48- database : ${POSTGRES_MAINTENANCE_DB}
49- port : ${POSTGRES_PORT}
46+ username : ${{ env. POSTGRES_USERNAME } }
47+ password : ${{ env. POSTGRES_PASSWORD } }
48+ database : ${{ env. POSTGRES_MAINTENANCE_DB } }
49+ port : ${{ env. POSTGRES_PORT } }
5050 ssl : true
5151
5252 - name : Setup Minio
6262
6363 - name : Setup DuckLake
6464 run : |
65- wget https://github.com/staticlibs/jdbc_bin_temp/raw/refs/heads/master/duckdb_jdbc.jar
66- wget https://github.com/pgjdbc/pgjdbc/releases/download/REL42.7.7/postgresql-42.7.7.jar
65+ wget -nv https://github.com/staticlibs/jdbc_bin_temp/raw/refs/heads/master/duckdb_jdbc.jar
66+ wget -nv https://github.com/pgjdbc/pgjdbc/releases/download/REL42.7.7/postgresql-42.7.7.jar
6767 java -version
6868 java -cp duckdb_jdbc.jar:postgresql-42.7.7.jar ./src/test/external/SetupDuckLake.java
6969
You can’t perform that action at this time.
0 commit comments