Skip to content

build(deps): bump the gradle-minor-dependencies group across 1 directory with 8 updates #189

build(deps): bump the gradle-minor-dependencies group across 1 directory with 8 updates

build(deps): bump the gradle-minor-dependencies group across 1 directory with 8 updates #189

Workflow file for this run

name: Kotlin Unit Tests
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
- name: Run Kotlin unit tests
run: ./gradlew clean build test