mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 21:12:16 +00:00
tee
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -109,13 +109,7 @@ jobs:
|
||||
if: ${{ matrix.command == 'test:acceptance' }}
|
||||
|
||||
- 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
|
||||
if: ${{ matrix.command == 'test:acceptance:qa' || matrix.command == 'test:acceptance:prod' }}
|
||||
|
||||
- name: DEBUG
|
||||
run: |
|
||||
head -c 54 apps/login/.env.local
|
||||
wc -l apps/login/.env.local
|
||||
run: echo "${{ matrix.command == 'test:acceptance:prod' && secrets.ENV_FILE_CONTENT_ACCEPTANCE_PROD || secrets.ENV_FILE_CONTENT_ACCEPTANCE_QA }}" | tee apps/login/.env.local acceptance/tests/.env.local > /dev/null
|
||||
if: ${{ matrix.command == 'test:acceptance:qa' || matrix.command == 'test:acceptance:prod' }}
|
||||
|
||||
- name: Create Production Build
|
||||
|
||||
@@ -72,13 +72,11 @@ export default defineConfig({
|
||||
],
|
||||
|
||||
/* Run local dev server before starting the tests */
|
||||
/*
|
||||
|
||||
webServer: {
|
||||
command: "pnpm start:built",
|
||||
url: "http://127.0.0.1:3000",
|
||||
reuseExistingServer: !process.env.CI,
|
||||
timeout: 5 * 60_000,
|
||||
},
|
||||
|
||||
*/
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user