We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796992c commit adeac51Copy full SHA for adeac51
1 file changed
.github/workflows/junit.yml
@@ -26,4 +26,10 @@ jobs:
26
distribution: 'zulu'
27
java-version: ${{ matrix.jdk-version }}
28
architecture: x64
29
+ - uses: actions/cache@v4
30
+ with:
31
+ path: ~/.m2/repository
32
+ key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
33
+ restore-keys: |
34
+ ${{ runner.os }}-maven-
35
- run: mvn test -B -pl yoti-sdk-api -Ddependency-check.skip=true
0 commit comments