From e76ce0091a92cab988d83baf3ebda30880539a1d Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Fri, 27 Sep 2024 10:46:58 +0800 Subject: [PATCH] Fix javascript failure --- .github/workflows/polyglot-build-jdk21.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/polyglot-build-jdk21.yml b/.github/workflows/polyglot-build-jdk21.yml index 1d4b798..7177f13 100644 --- a/.github/workflows/polyglot-build-jdk21.yml +++ b/.github/workflows/polyglot-build-jdk21.yml @@ -45,9 +45,12 @@ jobs: - name: Build with Maven run: | - mvn -B package --file pom.xml -Dcoherence.version=24.03 + mvn -B package --file pom.xml -Dcoherence.version=24.09 + echo "Running Coherence" mvn exec:exec > output.log 2>&1 & + echo "Sleeping 30..." sleep 30 + tail -100 output.log - name: Test Go Client run: |