Skip to content

Commit a96bb44

Browse files
committed
Fix quotes for windows
1 parent 610fb2d commit a96bb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
java-version: ${{ matrix.version }}
2828
cache: 'gradle'
2929
- name: Gradle Test
30-
run: ./gradlew test --rerun-tasks --info -Dcucumber.plugin=pretty
30+
run: ./gradlew test --rerun-tasks --info -D"cucumber.plugin=pretty"

0 commit comments

Comments
 (0)