فهرست منبع

set HOME env var

Yuki Takei 1 سال پیش
والد
کامیت
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