Skip to content

Commit ce605d9

Browse files
committed
chore: add --scan for gradlew
1 parent 2c6f35d commit ce605d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-java-bindings.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19+
env:
20+
GRADLE_OPTS: "--scan-agreement=yes"
1921

2022
steps:
2123
- name: Checkout repository
@@ -27,7 +29,7 @@ jobs:
2729
- name: Run compile script
2830
run: ./scripts/compile.sh
2931
shell: bash
30-
32+
3133
- name: Set up JDK
3234
uses: actions/setup-java@v3
3335
with:
@@ -39,5 +41,5 @@ jobs:
3941
working-directory: bindings/java/java_code
4042

4143
- name: Run Gradle tests
42-
run: ./gradlew test
44+
run: ./gradlew test --scan
4345
working-directory: bindings/java/java_code

0 commit comments

Comments
 (0)