Skip to content

AND-7782 [Vico] Unnecessary recreation of the SplitLine component has been removed #9

AND-7782 [Vico] Unnecessary recreation of the SplitLine component has been removed

AND-7782 [Vico] Unnecessary recreation of the SplitLine component has been removed #9

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