Skip to content

AND-7729 Update Lib

AND-7729 Update Lib #8

Workflow file for this run

name: Run tests
on:
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: adopt
- run: chmod +x gradlew
- id: unit-tests
run: ./gradlew vico:core:testDebug