Ryan Chandler 4 anni fa
parent
commit
f8a4924f84
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/cypress-tests.yml

+ 1 - 1
.github/workflows/cypress-tests.yml

@@ -30,7 +30,7 @@ jobs:
           key: cypress-cache-${{ hashFiles('yarn.lock') }}
 
       - name: Start server
-        run: yarn pre-cypress
+        run: nohup yarn pre-cypress > server.log 2>&1 &
 
       - name: Run Cypress
         uses: cypress-io/github-action@v2