浏览代码

chore: fix workflow to run e2e test suite mode in home server

Karol Sójko 1 年之前
父节点
当前提交
c31e882ad2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/common-e2e.yml

+ 1 - 0
.github/workflows/common-e2e.yml

@@ -115,6 +115,7 @@ jobs:
         echo "DB_TYPE=${{ matrix.db_type }}" >> packages/home-server/.env
         echo "REDIS_URL=redis://cache" >> packages/home-server/.env
         echo "CACHE_TYPE=${{ matrix.cache_type }}" >> packages/home-server/.env
+        echo "E2E_TESTING=true" >> packages/home-server/.env
 
     - name: Run Server
       run: nohup yarn workspace @standardnotes/home-server start &