Skip to content

build(deps): bump org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.0 #3

build(deps): bump org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.0

build(deps): bump org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.0 #3

Workflow file for this run

name: Unit Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Test with Gradle
run: ./gradlew test
- name: Upload a Build Artifact
if: always()
uses: actions/[email protected]
with:
name: test-results
path: |
**/build/test-results