Skip to content

Bump io.dropwizard.metrics:metrics-core from 4.2.0 to 4.2.29 (#1231) #64

Bump io.dropwizard.metrics:metrics-core from 4.2.0 to 4.2.29 (#1231)

Bump io.dropwizard.metrics:metrics-core from 4.2.0 to 4.2.29 (#1231) #64

Workflow file for this run

name: GraalVM Native Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
native-tests:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: graalvm
cache: 'maven'
- name: Run the Maven verify phase
run: ./scripts/run-native-tests.sh