mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 21:40:45 +00:00
debug
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -109,7 +109,11 @@ jobs:
|
|||||||
if: ${{ matrix.command == 'test:acceptance' }}
|
if: ${{ matrix.command == 'test:acceptance' }}
|
||||||
|
|
||||||
- name: Create Cloud Env File
|
- name: Create Cloud Env File
|
||||||
run: echo "${{ matrix.command == 'test:acceptance:prod' && secrets.ENV_FILE_CONTENT_ACCEPTANCE_PROD || secrets.ENV_FILE_CONTENT_ACCEPTANCE_QA }}" >> apps/login/.env.local
|
run: echo "${{ matrix.command == 'test:acceptance:prod' && secrets.ENV_FILE_CONTENT_ACCEPTANCE_PROD || secrets.ENV_FILE_CONTENT_ACCEPTANCE_QA }}" > apps/login/.env.local
|
||||||
|
if: ${{ matrix.command == 'test:acceptance:qa' || matrix.command == 'test:acceptance:prod' }}
|
||||||
|
|
||||||
|
- name: DEBUG
|
||||||
|
run: head -c 25 apps/login/.env.local
|
||||||
if: ${{ matrix.command == 'test:acceptance:qa' || matrix.command == 'test:acceptance:prod' }}
|
if: ${{ matrix.command == 'test:acceptance:qa' || matrix.command == 'test:acceptance:prod' }}
|
||||||
|
|
||||||
- name: Create Production Build
|
- name: Create Production Build
|
||||||
|
|||||||
Reference in New Issue
Block a user