Skip to content

Commit

Permalink
ci: fix enabling of maven cache
Browse files Browse the repository at this point in the history
(cherry picked from commit 2dba95b)
  • Loading branch information
oleschoenburg committed Oct 11, 2022
1 parent 083cfe2 commit 2d62169
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -35,6 +35,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-zeebe
with:
maven-cache: 'true'
- uses: ./.github/actions/build-zeebe
id: build-zeebe
with:
Expand Down Expand Up @@ -90,6 +92,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-zeebe
with:
maven-cache: 'true'
- uses: ./.github/actions/build-zeebe
id: build-zeebe
with:
Expand Down Expand Up @@ -137,6 +141,7 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: 'true'
- uses: ./.github/actions/build-zeebe
with:
go: false
Expand Down Expand Up @@ -204,6 +209,7 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: 'true'
- uses: ./.github/actions/build-zeebe
with:
go: false
Expand Down Expand Up @@ -266,6 +272,8 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: 'true'
maven-cache-key-modifier: java-client
- uses: ./.github/actions/build-zeebe
with:
go: false
Expand Down Expand Up @@ -309,6 +317,7 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: 'true'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down Expand Up @@ -354,6 +363,8 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: 'true'
maven-cache-key-modifier: java-checks
- run: mvn -T1C -B -D skipTests -P !autoFormat,checkFormat,spotbugs verify
docker-checks:
name: Docker checks
Expand Down

0 comments on commit 2d62169

Please sign in to comment.