Selaa lähdekoodia

wip [skip-ci]

Ryan Chandler 4 vuotta sitten
vanhempi
commit
f8a4924f84
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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