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 47cf412 commit 6ced251Copy full SHA for 6ced251
.github/workflows/CI.yml
@@ -60,7 +60,7 @@ jobs:
60
run: ./gradlew clean
61
- if: matrix.os == 'windows-latest'
62
name: Test with Gradle on Windows
63
- run: ./gradlew test -DapplicationProperties=src/test/resources/test-config/application-test-windows.properties
+ run: ./gradlew test -DapplicationProperties=src\test\resources\test-config\application-test-windows.properties
64
- if: matrix.os != 'windows-latest'
65
name: Test with Gradle on ${{ matrix.os }}
66
run: ./gradlew test -DapplicationProperties=src/test/resources/test-config/application-test.properties
0 commit comments