Skip to content

Merge pull request #169 from swedenconnect/feature/IS-134-logo-path #481

Merge pull request #169 from swedenconnect/feature/IS-134-logo-path

Merge pull request #169 from swedenconnect/feature/IS-134-logo-path #481

Workflow file for this run

name: Build and test
on: [push]
jobs:
build:
name: Build and run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify