Skip to content

Commit

Permalink
Re-enabling multi-node tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Jan 21, 2024
1 parent 42e4cd4 commit 00d1e6c
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 @@ -81,6 +81,6 @@ jobs:
run: |
./gradlew integTest yamlRestTest
- name: Multi Nodes Integration Testing
if: matrix.java == 21
if: matrix.java == 21.0.1
run: |
./gradlew integTest -PnumNodes=3

0 comments on commit 00d1e6c

Please sign in to comment.