Skip to content

Commit a87cb2e

Browse files
author
Tim Middleton
committed
Fix workflow
1 parent aab6366 commit a87cb2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/examples-jakarta-v1.2.2.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Coherence Go Client GitHub Actions test examples against v23.03+
77
# and v1.2.2 client
88
# ---------------------------------------------------------------------------
9-
name: CI-Examples Jakarta
9+
name: CI-Examples Jakarta - v1.2.2
1010

1111
on:
1212
workflow_dispatch:
@@ -73,6 +73,8 @@ jobs:
7373
shell: bash
7474
run: |
7575
git checkout v1.2.2
76+
# Change the jib-maven-plugin as this version fails
77+
sed -i.bak 's/<version.plugin.jib>3\.3\.0<\/version.plugin.jib>/<version.plugin.jib>3.4.3<\/version.plugin.jib>/' java/pom.xml
7678
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
7779
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=${{ matrix.coherenceVersion }} PROFILES=,jakarta,-javax make clean generate-proto build-test-images test-cluster-startup test-examples
7880
make test-cluster-shutdown || true

.github/workflows/examples-v1.2.2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
shell: bash
7474
run: |
7575
git checkout v1.2.2
76+
# Change the jib-maven-plugin as this version fails
77+
sed -i.bak 's/<version.plugin.jib>3\.3\.0<\/version.plugin.jib>/<version.plugin.jib>3.4.3<\/version.plugin.jib>/' java/pom.xml
7678
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
7779
COHERENCE_VERSION=${{ matrix.coherenceVersion }} PROFILES=,-jakarta,javax make clean generate-proto build-test-images test-cluster-startup test-examples
7880
make test-cluster-shutdown || true

0 commit comments

Comments
 (0)