Skip to content

Commit

Permalink
testing multinode tests on JDK17
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Jan 24, 2024
1 parent a9219eb commit ca8f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
run: |
./gradlew integTest yamlRestTest
- name: Multi Nodes Integration Testing
if: matrix.java == '21'
if: matrix.java == '17'
run: |
./gradlew integTest -PnumNodes=3

0 comments on commit ca8f628

Please sign in to comment.