Skip to content

Commit ada72cd

Browse files
committed
build: install web-eid-authtoken-validation-java locally before building the example
WE2-1209 Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>
1 parent 02f279b commit ada72cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +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
37-
run: mvn --batch-mode compile
36+
- name: Install current state of web-eid-authtoken-validation-java locally for web-eid-springboot-example build
37+
working-directory: .
38+
run: mvn --batch-mode install
3839

3940
- name: Test and package
4041
run: mvn --batch-mode package
41-

0 commit comments

Comments
 (0)