mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:57:33 +00:00
use cache
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -12,6 +12,9 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Normalize file mtimes
|
||||
run: |
|
||||
find . -type f -exec touch -d "2000-01-01T00:00:00Z" {} +
|
||||
- name: Set up persistent Buildx builder
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- run: docker buildx du
|
||||
|
Reference in New Issue
Block a user