Skip to content

AND-7346 [Markets chart] Add dynamic width guideline support to the library #6

AND-7346 [Markets chart] Add dynamic width guideline support to the library

AND-7346 [Markets chart] Add dynamic width guideline support to the library #6

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