Skip to content

Commit 0eb30f5

Browse files
authored
Update CI.yml
1 parent 1404e0c commit 0eb30f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
# run: ./gradlew build -DapplicationProperties="src\test\resources\test-config\application-test-windows.properties"
4646
- if: matrix.os != 'windows-latest'
4747
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`
4949
- name: Generate report
5050
run: ./gradlew jacocoTestReport
5151
- name: Codecov
5252
uses: codecov/codecov-action@v1
5353
with:
54-
files: ./build/reports/jacoco/test/jacocoTestReport.xml
54+
files: ./build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)