Skip to content

Bump org.jetbrains.kotlin:kotlin-test from 2.3.20 to 2.3.21 #158

Bump org.jetbrains.kotlin:kotlin-test from 2.3.20 to 2.3.21

Bump org.jetbrains.kotlin:kotlin-test from 2.3.20 to 2.3.21 #158

Workflow file for this run

name: Automated Test
on:
push:
branches:
- main
- '**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
- name: Run Gradle tests
run: ./gradlew :sample:composeApp:cleanJvmTest :sample:composeApp:jvmTest --tests "AxerCompatibilityTests"
- name: Run Gradle tests
run: ./gradlew :axer:cleanJvmTest :axer:jvmTest --tests "HarFileGenerationTest"