We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0feda6 commit 94f70aeCopy full SHA for 94f70ae
.github/workflows/run_examples.yml
@@ -60,7 +60,7 @@ jobs:
60
key: ${{ github.run_id }}-ch-artifacts
61
- name: Run Examples
62
run: |
63
- docker run -d --name demo-service-db -e CLICKHOUSE_USER=default -e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=1 -e CLICKHOUSE_PASSWORD=secret -p 8123:8123 clickhouse/clickhouse-server:${$PREFERRED_LTS_VERSION}
+ docker run -d --name demo-service-db -e CLICKHOUSE_USER=default -e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=1 -e CLICKHOUSE_PASSWORD=secret -p 8123:8123 clickhouse/clickhouse-server:${PREFERRED_LTS_VERSION}
64
cd examples/jdbc
65
mvn --batch-mode --no-transfer-progress --show-version clean compile
66
mvn exec:java -Dexec.mainClass="com.clickhouse.examples.jdbc.Basic" -DchPassword=secret -DfailOnError=true
0 commit comments