Browse Source

wip [skip-ci]

Ryan Chandler 4 years ago
parent
commit
d84590d470
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .github/workflows/cypress-tests.yml

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

@@ -29,13 +29,11 @@ jobs:
           path: ~/.cache/Cypress
           key: cypress-cache-${{ hashFiles('yarn.lock') }}
 
-      - name: Start server
-        run: nohup yarn pre-cypress > server.log 2>&1 &
-
       - name: Run Cypress
         uses: cypress-io/github-action@v2
         with:
           browser: chrome
+          start: yarn pre-cypress
           
       - name: Cypress screenshots
         uses: actions/upload-artifact@v1