Skip to content

Commit

Permalink
merge: #10668
Browse files Browse the repository at this point in the history
10668: [Backport stable/8.1] ci: fix enabling of maven cache r=megglos a=oleschoenburg

Manual backport of #10662 

Co-authored-by: Ole Schönburg <ole.schoenburg@gmail.com>
  • Loading branch information
zeebe-bors-camunda[bot] and oleschoenburg committed Oct 11, 2022
2 parents 083cfe2 + 2d62169 commit 31e08aa
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 31e08aa

Please sign in to comment.