Merge pull request #48 from statisticsnorway/add-release #8
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: Run tests | |
on: | |
push: | |
paths-ignore: | |
- README.md | |
jobs: | |
build-branch: | |
runs-on: ubuntu-latest | |
timeout-minutes: 20 | |
steps: | |
- name: Setup Maven Action # Composite action | |
uses: s4u/[email protected] | |
with: | |
java-version: 21 | |
java-distribution: zulu | |
maven-version: 3.9.9 | |
- name: Build with Maven and test | |
run: mvn --batch-mode -P ssb-bip verify test |