Skip to content

Commit

Permalink
Fix javascript failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Sep 27, 2024
1 parent 395af02 commit e76ce00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/polyglot-build-jdk21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e76ce00

Please sign in to comment.