blob: 423779a5ecb94d3becc9b924e0e15fcafdc14dd9 [file] [log] [blame]
Akron274d7c42022-11-16 15:01:45 +01001name: CI + Coverage Test
2
3on: [push, pull_request]
4
5jobs:
6 build:
7 runs-on: ubuntu-latest
8 steps:
9 - name: Checkout Krill
margaretha00865062024-01-11 12:39:07 +010010 # Reference the major version of a release
11 uses: actions/checkout@v4
Akron274d7c42022-11-16 15:01:45 +010012
Akron8d13d202024-01-11 11:45:17 +010013 - name: Set up JDK 17
margaretha8fba38a2024-01-12 09:35:05 +010014 uses: actions/setup-java@v4
Akron274d7c42022-11-16 15:01:45 +010015 with:
margaretha8fba38a2024-01-12 09:35:05 +010016 distribution: 'temurin'
Akron8d13d202024-01-11 11:45:17 +010017 java-version: 17
Akron274d7c42022-11-16 15:01:45 +010018
19 - name: Build and install Krill
20 run: mvn install