Skip to content

Sync wasm with google/generative-ai-android v0.9.0 #23

Sync wasm with google/generative-ai-android v0.9.0

Sync wasm with google/generative-ai-android v0.9.0 #23

Workflow file for this run

name: Unit tests
on: pull_request
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Run tests
run: |
./gradlew test --no-daemon