Bump the gradle-test-app group in /dusseldorf-ktor-testapp with 2 updates #258
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: 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@v4 | |
with: | |
distribution: temurin | |
java-version: 17 | |
cache: gradle | |
- name: Kjøre tester i testapp | |
run: | | |
./mvnw install | |
cd dusseldorf-ktor-testapp | |
./gradlew test |