Skip to content

Commit 6ced251

Browse files
committed
minor fix
1 parent 47cf412 commit 6ced251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: ./gradlew clean
6161
- if: matrix.os == 'windows-latest'
6262
name: Test with Gradle on Windows
63-
run: ./gradlew test -DapplicationProperties=src/test/resources/test-config/application-test-windows.properties
63+
run: ./gradlew test -DapplicationProperties=src\test\resources\test-config\application-test-windows.properties
6464
- if: matrix.os != 'windows-latest'
6565
name: Test with Gradle on ${{ matrix.os }}
6666
run: ./gradlew test -DapplicationProperties=src/test/resources/test-config/application-test.properties

0 commit comments

Comments
 (0)