Skip to content

Commit

Permalink
temp 5
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Aug 16, 2024
1 parent 0f69873 commit 19f23ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('java/pom.xml','**/pom.xml', 'services/*/pom.xml', 'java/*/pom.xml', 'java/*/*/pom.xml', 'java/*/*/*/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Cache Go modules
id: go-cache
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('services/**/go.mod', 'services/**/go.sum') }}
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v4
id: docker-cache
with:
path: /tmp/.buildx-cache
Expand Down

0 comments on commit 19f23ef

Please sign in to comment.