Skip to content

Commit

Permalink
wrapping in quotes
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 00d1e6c commit fe205d0
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.0.1
if: matrix.java == '21.0.1'
run: |
./gradlew integTest -PnumNodes=3

0 comments on commit fe205d0

Please sign in to comment.