Browse Source

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

Karol Sójko 1 year ago
parent
commit
c31e882ad2
1 changed files with 1 additions and 0 deletions
  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 &