Skip to content

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.7.1 to 0.8.0 #161

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.7.1 to 0.8.0

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.7.1 to 0.8.0 #161

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"