We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f279b commit ada72cdCopy full SHA for ada72cd
1 file changed
.github/workflows/maven-build-example.yml
@@ -33,9 +33,9 @@ jobs:
33
key: ${{ runner.os }}-m2-v17-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/pom.xml') }}
34
restore-keys: ${{ runner.os }}-m2-v17-${{ secrets.CACHE_VERSION }}
35
36
- - name: Build
37
- run: mvn --batch-mode compile
+ - name: Install current state of web-eid-authtoken-validation-java locally for web-eid-springboot-example build
+ working-directory: .
38
+ run: mvn --batch-mode install
39
40
- name: Test and package
41
run: mvn --batch-mode package
-
0 commit comments