File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
45
45
# run: ./gradlew build -DapplicationProperties="src\test\resources\test-config\application-test-windows.properties"
46
46
- if : matrix.os != 'windows-latest'
47
47
name : Test with Gradle on ${{ matrix.os }}
48
- run : ./gradlew build -DapplicationProperties="src/test/resources/test-config/application-test.properties"
48
+ run : ./gradlew build -DapplicationProperties="src/test/resources/test-config/application-test.properties" -DpythonLocation=`which python3`
49
49
- name : Generate report
50
50
run : ./gradlew jacocoTestReport
51
51
- name : Codecov
52
52
uses : codecov/codecov-action@v1
53
53
with :
54
- files : ./build/reports/jacoco/test/jacocoTestReport.xml
54
+ files : ./build/reports/jacoco/test/jacocoTestReport.xml
You can’t perform that action at this time.
0 commit comments