Skip to content

Bump kotlin.version from 1.9.10 to 1.9.20 #121

Bump kotlin.version from 1.9.10 to 1.9.20

Bump kotlin.version from 1.9.10 to 1.9.20 #121

Workflow file for this run

name: Pull request
on:
pull_request:
paths-ignore:
- '**.md'
- '.gitignore'
- 'LICENSE'
- 'CODEOWNERS'
- '.github/workflows/dependabot.yml'
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: gradle
- name: Kjøre tester i testapp
run: |
./mvnw install
cd dusseldorf-ktor-testapp
./gradlew test