Explorar o código

wip [skip-ci]

Ryan Chandler %!s(int64=4) %!d(string=hai) anos
pai
achega
f8a4924f84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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') }}
           key: cypress-cache-${{ hashFiles('yarn.lock') }}
 
 
       - name: Start server
       - name: Start server
-        run: yarn pre-cypress
+        run: nohup yarn pre-cypress > server.log 2>&1 &
 
 
       - name: Run Cypress
       - name: Run Cypress
         uses: cypress-io/github-action@v2
         uses: cypress-io/github-action@v2