mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
cache compose tests
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -36,8 +36,8 @@ jobs:
|
||||
- name: Save Run Caches
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
${{ runner.temp }}/zitadel-make-cache
|
||||
path: ${{ runner.temp }}/zitadel-make-cache
|
||||
key: zitadel-make-cache
|
||||
- run: make login-quality
|
||||
env:
|
||||
# latest if branch is main, otherwise image version which is the pull request number
|
||||
|
Reference in New Issue
Block a user