Skip to content

Commit

Permalink
windup-quickstarts-build: applied restore-keys (#1734)
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <mrizzi@redhat.com>
  • Loading branch information
mrizzi committed Apr 12, 2024
1 parent 3d90f27 commit e5df5a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_build_jdk11_dependents.yml
Expand Up @@ -147,7 +147,9 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-windup-maven-plugin-build-${{ github.sha }}
key: ${{ runner.os }}-maven-windup-quickstarts-build-${{ github.sha }}
restore-keys: |
${{ runner.os }}-maven-windup-rulesets-links-${{ matrix.java-version }}-build-${{ github.sha }}
- name: Test
run: |
export MAVEN_OPTS="--add-modules=java.se --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.stream=ALL-UNNAMED"
Expand Down

0 comments on commit e5df5a6

Please sign in to comment.