Skip to content

Commit

Permalink
test: build as jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Aug 2, 2024
1 parent 4ce0eb2 commit bc67c44
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ jobs:
- name: Restore Maven cache
uses: actions/cache@v3
with:
path: ~/.m2/repository
path: |
/home/runner/.m2
/home/runner/work/${{ github.repository }}
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
Expand Down Expand Up @@ -143,7 +145,9 @@ jobs:
- name: Restore Maven cache
uses: actions/cache@v3
with:
path: ~/.m2/repository
path: |
/home/runner/.m2
/home/runner/work/${{ github.repository }}
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
Expand Down

0 comments on commit bc67c44

Please sign in to comment.