Skip to content

Bump io.micrometer:micrometer-registry-prometheus from 1.12.5 to 1.13.1 #236

Bump io.micrometer:micrometer-registry-prometheus from 1.12.5 to 1.13.1

Bump io.micrometer:micrometer-registry-prometheus from 1.12.5 to 1.13.1 #236

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