Skip to content

Commit c2a4a60

Browse files
authored
Update run_examples.yml
1 parent 730ea44 commit c2a4a60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
with:
5656
path: ~/.m2/repository/com/clickhouse
5757
key: ${{ github.run_id }}-ch-artifacts
58-
- name: Run Docker
58+
- name: Run Examples
5959
run: |
60-
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
60+
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:24.8
6161
cd examples/jdbc
6262
mvn --batch-mode --no-transfer-progress --show-version clean compile
63-
mvn exec:java -Dexec.mainClass="com.clickhouse.examples.jdbc.Basic"
63+
mvn exec:java -Dexec.mainClass="com.clickhouse.examples.jdbc.Basic" -DfailOnError=true

0 commit comments

Comments
 (0)