Skip to content

chore(deps): update kotlin monorepo to v1.9.21 #508

chore(deps): update kotlin monorepo to v1.9.21

chore(deps): update kotlin monorepo to v1.9.21 #508

Workflow file for this run

on:
push:
branches:
- develop
- renovate/**
pull_request:
branches:
- develop
name: Run tests
jobs:
check:
strategy:
matrix:
os:
- ubuntu-20.04
- macos-11
- windows-2022
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
distribution: temurin
java-version: 11
- name: Cache Kotlin/Native compiler
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: ~/.konan
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'gradle/libs.versions.toml') }}
- name: Run unit tests
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0
with:
arguments: check -PenableNativeTargets --stacktrace