Skip to content

Commit

Permalink
ci: use different cache modifiers for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oleschoenburg committed May 8, 2023
1 parent 88367ba commit 792cc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -66,6 +66,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-zeebe
with:
maven-cache-key-modifier: it-${{ matrix.group }}
secret_vault_secretId: ${{ secrets.VAULT_SECRET_ID }}
secret_vault_address: ${{ secrets.VAULT_ADDR }}
secret_vault_roleId: ${{ secrets.VAULT_ROLE_ID }}
Expand Down

0 comments on commit 792cc54

Please sign in to comment.