Skip to content

Commit

Permalink
chore: gradle build without tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 30, 2024
1 parent 1ed7014 commit f41e721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Build with Gradle
run: ./gradlew build --scan
- name: Build with Gradle (no tests)
run: ./gradlew build -x test
working-directory: bindings/java/java_code

- name: Run Gradle tests
Expand Down

0 comments on commit f41e721

Please sign in to comment.