Skip to content

Commit

Permalink
ci: fix enabling of maven cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaschoenburg committed Oct 10, 2022
1 parent 5a46af0 commit 2dba95b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-zeebe
with:
maven-cache: true
maven-cache: 'true'
- uses: ./.github/actions/build-zeebe
id: build-zeebe
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-zeebe
with:
maven-cache: true
maven-cache: 'true'
- uses: ./.github/actions/build-zeebe
id: build-zeebe
with:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: true
maven-cache: 'true'
- uses: ./.github/actions/build-zeebe
with:
go: false
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: true
maven-cache: 'true'
- uses: ./.github/actions/build-zeebe
with:
go: false
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: true
maven-cache: 'true'
maven-cache-key-modifier: java-client
- uses: ./.github/actions/build-zeebe
with:
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: true
maven-cache: 'true'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
- uses: ./.github/actions/setup-zeebe
with:
go: false
maven-cache: true
maven-cache: 'true'
maven-cache-key-modifier: java-checks
- run: mvn -T1C -B -D skipTests -P !autoFormat,checkFormat,spotbugs verify
docker-checks:
Expand Down

0 comments on commit 2dba95b

Please sign in to comment.