Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Update dependency org.jetbrains.kotlin:kotlin-test-junit to v1.9.0 #573

Update dependency org.jetbrains.kotlin:kotlin-test-junit to v1.9.0

Update dependency org.jetbrains.kotlin:kotlin-test-junit to v1.9.0 #573

Workflow file for this run

name: Tests
on: pull_request
jobs:
gradle:
strategy:
matrix:
os: [ ubuntu-22.04, macos-12, windows-2022 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Setup Gradle
uses: gradle/[email protected]
- name: Execute Gradle build
run: ./gradlew test