Yuki Takei 1 год назад
Родитель
Сommit
bed24ead60
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .github/workflows/reusable-app-prod.yml

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

@@ -421,6 +421,7 @@ jobs:
       run: |
         yarn playwright test --project=chromium/installer
       env:
+        HOME: /root # ref: https://github.com/microsoft/playwright/issues/6500
         MONGO_URI: mongodb://mongodb:27017/growi-playwright-installer
         ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi
 
@@ -440,6 +441,7 @@ jobs:
       run: |
         yarn playwright test --project=${{ matrix.browser }} --shard=${{ matrix.shard }}
       env:
+        HOME: /root # ref: https://github.com/microsoft/playwright/issues/6500
         MONGO_URI: mongodb://mongodb:27017/growi-playwright
         ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi