mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 10:27:33 +00:00
use cache
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -46,5 +46,8 @@ jobs:
|
|||||||
push: false
|
push: false
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
load: true
|
load: true
|
||||||
|
set: |
|
||||||
|
*.cache-from=type=gha
|
||||||
|
*.cache-to=type=gha,mode=max
|
||||||
- name: Run
|
- name: Run
|
||||||
run: make login-lint
|
run: make login-lint
|
||||||
|
Reference in New Issue
Block a user