Skip to content

chore(deps): update kotlin monorepo to v1.9.10 #475

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

chore(deps): update kotlin monorepo to v1.9.10 #475

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Set up JDK
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
distribution: temurin
java-version: 11
- name: Cache Kotlin/Native compiler
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
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@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1
with:
arguments: check -PenableNativeTargets --stacktrace