|
@@ -437,7 +437,7 @@ jobs:
|
|
|
- name: Copy dotenv file for automatic installation with allowing guest mode
|
|
- name: Copy dotenv file for automatic installation with allowing guest mode
|
|
|
working-directory: ./apps/app
|
|
working-directory: ./apps/app
|
|
|
run: |
|
|
run: |
|
|
|
- cat config/ci/.env.local.for-set-wiki-mode-to-public >> .env.production.local
|
|
|
|
|
|
|
+ cat config/ci/.env.local.for-auto-install-with-allowing-guest >> .env.production.local
|
|
|
|
|
|
|
|
- name: Playwright Run (--project=${browser}/guest-mode)
|
|
- name: Playwright Run (--project=${browser}/guest-mode)
|
|
|
working-directory: ./apps/app
|
|
working-directory: ./apps/app
|
|
@@ -445,7 +445,7 @@ jobs:
|
|
|
yarn playwright test --project=${{ matrix.browser }}/guest-mode --shard=${{ matrix.shard }}
|
|
yarn playwright test --project=${{ matrix.browser }}/guest-mode --shard=${{ matrix.shard }}
|
|
|
env:
|
|
env:
|
|
|
HOME: /root # ref: https://github.com/microsoft/playwright/issues/6500
|
|
HOME: /root # ref: https://github.com/microsoft/playwright/issues/6500
|
|
|
- MONGO_URI: mongodb://mongodb:27017/growi-playwright
|
|
|
|
|
|
|
+ MONGO_URI: mongodb://mongodb:27017/growi-playwright-guest-mode
|
|
|
ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi
|
|
ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi
|
|
|
|
|
|
|
|
- name: Slack Notification
|
|
- name: Slack Notification
|