Skip to content

Bump junitJupiterVersion from 5.10.0 to 5.10.1 in /dusseldorf-ktor-testapp #125

Bump junitJupiterVersion from 5.10.0 to 5.10.1 in /dusseldorf-ktor-testapp

Bump junitJupiterVersion from 5.10.0 to 5.10.1 in /dusseldorf-ktor-testapp #125

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