Просмотр исходного кода

Revert "Create the necessary env files before running yarn playwright"

This reverts commit 64839ecb934eebf2a8dc46ba07998c71e1b726d9.
Shun Miyazawa 1 год назад
Родитель
Сommit
dcddcdd15b
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      .github/workflows/reusable-app-prod.yml

+ 6 - 0
.github/workflows/reusable-app-prod.yml

@@ -425,6 +425,12 @@ jobs:
       run: |
         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
       working-directory: ./apps/app
       run: |