Skip to content

chore: add test coverage (#9798) #17

chore: add test coverage (#9798)

chore: add test coverage (#9798) #17

name: CLI Tools CI
on:
push:
branches:
- main
paths:
- 'cli/**'
pull_request:
paths:
- 'cli/**'
permissions:
contents: read
concurrency:
group: cli-tools-ci-${{ github.ref }}-${{ github.event.pull_request.number || 'no-pr' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
build-cli-tools:
name: Build CLI tools
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout the repo
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 1
- name: Setup Gradle environment
uses: ./.github/actions/setup-gradle
- name: Build CLI tools
run: ./gradlew buildCliTools