Skip to content

Commit

Permalink
Install expect
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 10, 2024
1 parent 4bdecc7 commit 89e761f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-monitor-cluster-jdk21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- name: Test Monitor Cluster
shell: bash
run: |
sudo apt-add-repository universe -y
sudo apt-get install expect -y
COHERENCE_VERSION=${{ matrix.coherenceVersion }} make test-monitor-cluster
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 89e761f

Please sign in to comment.