Skip to content

Commit

Permalink
chore: add --scan for gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 30, 2024
1 parent 2c6f35d commit ce605d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env:
GRADLE_OPTS: "--scan-agreement=yes"

steps:
- name: Checkout repository
Expand All @@ -27,7 +29,7 @@ jobs:
- name: Run compile script
run: ./scripts/compile.sh
shell: bash

- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand All @@ -39,5 +41,5 @@ jobs:
working-directory: bindings/java/java_code

- name: Run Gradle tests
run: ./gradlew test
run: ./gradlew test --scan
working-directory: bindings/java/java_code

0 comments on commit ce605d9

Please sign in to comment.