We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610fb2d commit a96bb44Copy full SHA for a96bb44
.github/workflows/test-java.yml
@@ -27,4 +27,4 @@ jobs:
27
java-version: ${{ matrix.version }}
28
cache: 'gradle'
29
- name: Gradle Test
30
- run: ./gradlew test --rerun-tasks --info -Dcucumber.plugin=pretty
+ run: ./gradlew test --rerun-tasks --info -D"cucumber.plugin=pretty"
0 commit comments