Skip to content

Bump no.nav.soknad.arkivering:avro-schemas from 1.4.4-bf301c4492e2 to 29ee75ed #102

Bump no.nav.soknad.arkivering:avro-schemas from 1.4.4-bf301c4492e2 to 29ee75ed

Bump no.nav.soknad.arkivering:avro-schemas from 1.4.4-bf301c4492e2 to 29ee75ed #102

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