浏览代码

fix: add missing files server url env var to e2e test suite

Karol Sójko 1 年之前
父节点
当前提交
c00d7765a9
共有 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 "FILES_SERVER_URL=http://localhost:3123" >> packages/home-server/.env
         echo "E2E_TESTING=true" >> packages/home-server/.env
 
     - name: Run Server