Skip to content

Bump kotlin from 2.0.10 to 2.0.20 (#16) #79

Bump kotlin from 2.0.10 to 2.0.20 (#16)

Bump kotlin from 2.0.10 to 2.0.20 (#16) #79

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: 'temurin'
java-version: 21
- uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
with:
validate-wrappers: true
- run: ./gradlew test jacocoTestReport
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: jacoco-report
path: build/reports/jacoco/test/html/
if-no-files-found: error