Skip to content

IS-134 It is now possible to give entire url for logotype #479

IS-134 It is now possible to give entire url for logotype

IS-134 It is now possible to give entire url for logotype #479

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