mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 14:10:38 +00:00
test
This commit is contained in:
30
.github/workflows/ffo-test.yml
vendored
30
.github/workflows/ffo-test.yml
vendored
@@ -69,6 +69,36 @@ jobs:
|
||||
- uses: depot/bake-action@v1
|
||||
with:
|
||||
project: w47wkxzdtw
|
||||
push: false
|
||||
targets: build, lint ,core-unit
|
||||
no-cache: false
|
||||
load: false
|
||||
|
||||
depot-gh-no-cache:
|
||||
timeout-minutes: 20
|
||||
runs-on: depot-ubuntu-22.04-8
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
- uses: docker/bake-action@v6
|
||||
with:
|
||||
push: false
|
||||
targets: build, lint ,core-unit
|
||||
no-cache: true
|
||||
load: false
|
||||
|
||||
depot-gh-cache:
|
||||
timeout-minutes: 20
|
||||
runs-on: depot-ubuntu-22.04-8
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
- uses: docker/bake-action@v6
|
||||
with:
|
||||
push: false
|
||||
targets: build, lint ,core-unit
|
||||
no-cache: false
|
||||
|
Reference in New Issue
Block a user