mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 09:57:43 +00:00
chore: correct order on pipeline
This commit is contained in:
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@@ -97,14 +97,6 @@ jobs:
|
|||||||
run: ZITADEL_DEV_UID=root pnpm run-sink
|
run: ZITADEL_DEV_UID=root pnpm run-sink
|
||||||
if: ${{ matrix.command == 'test:acceptance' }}
|
if: ${{ matrix.command == 'test:acceptance' }}
|
||||||
|
|
||||||
- name: Run SAML SP
|
|
||||||
run: ZITADEL_DEV_UID=root pnpm run-samlsp
|
|
||||||
if: ${{ matrix.command == 'test:acceptance' }}
|
|
||||||
|
|
||||||
- name: Run OIDC RP
|
|
||||||
run: ZITADEL_DEV_UID=root pnpm run-oidcrp
|
|
||||||
if: ${{ matrix.command == 'test:acceptance' }}
|
|
||||||
|
|
||||||
- name: Create Cloud Env File
|
- name: Create Cloud Env File
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.command }}" == "test:acceptance:prod" ]; then
|
if [ "${{ matrix.command }}" == "test:acceptance:prod" ]; then
|
||||||
@@ -118,6 +110,14 @@ jobs:
|
|||||||
run: pnpm build
|
run: pnpm build
|
||||||
if: ${{ startsWith(matrix.command, 'test:acceptance') }}
|
if: ${{ startsWith(matrix.command, 'test:acceptance') }}
|
||||||
|
|
||||||
|
- name: Run SAML SP
|
||||||
|
run: ZITADEL_DEV_UID=root pnpm run-samlsp
|
||||||
|
if: ${{ matrix.command == 'test:acceptance' }}
|
||||||
|
|
||||||
|
- name: Run OIDC RP
|
||||||
|
run: ZITADEL_DEV_UID=root pnpm run-oidcrp
|
||||||
|
if: ${{ matrix.command == 'test:acceptance' }}
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
id: check
|
id: check
|
||||||
run: pnpm ${{ contains(matrix.command, 'test:acceptance') && 'test:acceptance' || matrix.command }}
|
run: pnpm ${{ contains(matrix.command, 'test:acceptance') && 'test:acceptance' || matrix.command }}
|
||||||
|
Reference in New Issue
Block a user