|
@@ -425,6 +425,12 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
cat config/ci/.env.local.for-auto-install >> .env.production.local
|
|
cat config/ci/.env.local.for-auto-install >> .env.production.local
|
|
|
|
|
|
|
|
|
|
+ - name: Copy dotenv file for automatic installation with allowing guest mode
|
|
|
|
|
+ if: ${{ matrix.spec-group == '21' }}
|
|
|
|
|
+ working-directory: ./apps/app
|
|
|
|
|
+ run: |
|
|
|
|
|
+ cat config/ci/.env.local.for-auto-install-with-allowing-guest >> .env.production.local
|
|
|
|
|
+
|
|
|
- name: Playwright Run
|
|
- name: Playwright Run
|
|
|
working-directory: ./apps/app
|
|
working-directory: ./apps/app
|
|
|
run: |
|
|
run: |
|