Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.22 - autoclosed #243
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gradlew testDebug and lintDebug | |
on: [ pull_request ] | |
jobs: | |
unit_tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-java@v3 | |
with: | |
java-version: 11 | |
distribution: temurin | |
cache: 'gradle' | |
- uses: gradle/gradle-build-action@v2 | |
with: | |
arguments: jvmTest jsBrowserDevelopmentExecutableDistribution |