mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 03:47:37 +00:00
pipeline
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -108,6 +108,12 @@ jobs:
|
||||
with:
|
||||
login_build_image: ${{ needs.login-container.outputs.login_build_image }}
|
||||
|
||||
login-acceptance-test:
|
||||
uses: ./.github/workflows/login-acceptance-test.yml
|
||||
needs: [login-container, compile]
|
||||
with:
|
||||
login_build_image: ${{ needs.login-container.outputs.login_build_image }}
|
||||
|
||||
e2e:
|
||||
uses: ./.github/workflows/e2e.yml
|
||||
needs: [compile]
|
||||
|
Reference in New Issue
Block a user