Skip to content

Commit

Permalink
File sync from s4u/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Nov 9, 2020
1 parent 5b77af6 commit 9734f2d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,12 @@ jobs:

- uses: actions/cache@v2.1.3
with:
path: ~/.m2/repository
path: |
~/.m2/repository
~/.sonar/cache
key: ubuntu-latest-jdk11-${{ hashFiles('**/pom.xml') }}
restore-keys: ubuntu-latest-jdk11-

- uses: actions/cache@v2.1.3
with:
path: ~/.sonar/cache
key: sonar-cache
restore-keys: sonar-cache

- uses: actions/setup-java@v1.4.3
with:
java-version: 11
Expand Down Expand Up @@ -100,8 +96,8 @@ jobs:
- uses: actions/cache@v2.1.3
with:
path: ~/.m2/repository
key: ubuntu-latest-jdk8-deploy-${{ hashFiles('**/pom.xml') }}
restore-keys: ubuntu-latest-jdk8-deploy-
key: deploy-ubuntu-latest-jdk8-${{ hashFiles('**/pom.xml') }}
restore-keys: deploy-ubuntu-latest-jdk8-

- uses: actions/setup-java@v1.4.3
with:
Expand Down

0 comments on commit 9734f2d

Please sign in to comment.