Skip to content

Commit da04aff

Browse files
NFC-82 Build fix
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
1 parent db20d5a commit da04aff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
key: ${{ runner.os }}-m2-v17-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/pom.xml') }}
3030
restore-keys: ${{ runner.os }}-m2-v17-${{ secrets.CACHE_VERSION }}
3131

32-
- name: Build
32+
- name: Install library
3333
run: mvn -B -ntp install
3434

35-
- name: Test and package
36-
run: mvn -B -ntp -pl example -am package
37-
35+
- name: Build example project
36+
working-directory: ./example
37+
run: mvn -B -ntp package

0 commit comments

Comments
 (0)