Shun Miyazawa 1 год назад
Родитель
Сommit
5405c4ae11

+ 1 - 3
.github/workflows/reusable-app-prod.yml

@@ -437,13 +437,11 @@ jobs:
     - name: Copy dotenv file for automatic installation with allowing guest mode
       working-directory: ./apps/app
       run: |
-        cat config/ci/.env.local.for-auto-install-with-allowing-guest >> .env.production.local
+        cat config/ci/.env.local.for-guest >> .env.production.local
 
     - name: Playwright Run (--project=${browser}/guest-mode)
-      if: ${{ matrix.browser == 'chromium' }}
       working-directory: ./apps/app
       run: |
-        cat config/ci/.env.local.for-auto-install-with-allowing-guest >> .env.production.local
         yarn playwright test --project=${{ matrix.browser }}/guest-mode --shard=${{ matrix.shard }}
       env:
         HOME: /root # ref: https://github.com/microsoft/playwright/issues/6500

+ 1 - 0
apps/app/config/ci/.env.local.for-guest

@@ -0,0 +1 @@
+SECURITY_REGISTRATION_MODE_OPEN=Open