Bump no.nav.soknad.arkivering:avro-schemas from 1.4.4-bf301c4492e2 to 29ee75ed #102
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: 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 | |