Skip to content

Commit 2342b31

Browse files
committed
renames job. reverted saving artifacts on success
1 parent 237e92a commit 2342b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ jobs:
413413
clickhouse: ["24.6", "latest"]
414414
fail-fast: false
415415
timeout-minutes: 15
416-
name: Java client + CH ${{ matrix.clickhouse }}
416+
name: Client V2 + CH ${{ matrix.clickhouse }}
417417
steps:
418418
- name: Check out repository
419419
uses: actions/checkout@v3
@@ -453,7 +453,7 @@ jobs:
453453
mvn --also-make --batch-mode --no-transfer-progress --projects client-v2 -Dclient.tests.useNewImplementation=true -DclickhouseVersion=${{ matrix.clickhouse }} verify
454454
- name: Upload test results
455455
uses: actions/upload-artifact@v2
456-
# if: failure()
456+
if: failure()
457457
with:
458458
name: result ${{ github.job }}
459459
path: |

0 commit comments

Comments
 (0)