Skip to content

Commit baa0084

Browse files
NFC-82 Build fix
Signed-off-by: Sander Kondratjev <[email protected]>
1 parent 71877fd commit baa0084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-build-example.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
key: ${{ runner.os }}-m2-v17-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/pom.xml') }}
3434
restore-keys: ${{ runner.os }}-m2-v17-${{ secrets.CACHE_VERSION }}
3535

36+
- name: Build library
37+
run: mvn -B install -pl web-eid-authtoken-validation-java -am
38+
3639
- name: Build
3740
run: mvn --batch-mode compile
3841

0 commit comments

Comments
 (0)