Skip to content

Bump com.github.navikt:brukernotifikasjon-schemas from 2.5.2 to 3.0.0 #52

Bump com.github.navikt:brukernotifikasjon-schemas from 2.5.2 to 3.0.0

Bump com.github.navikt:brukernotifikasjon-schemas from 2.5.2 to 3.0.0 #52

Workflow file for this run

name: Install and test
on:
pull_request:
paths-ignore:
- '**.md'
- '**/**.md'
- '.github/workflows/**.yml'
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: 'maven'
- name: Maven clean install
run: mvn clean install