Shun Miyazawa пре 1 година
родитељ
комит
5b4f45cb36
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      .github/workflows/reusable-app-prod.yml

+ 5 - 5
.github/workflows/reusable-app-prod.yml

@@ -425,11 +425,11 @@ 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: 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