diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 61e737f22..799c7e371 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -22,8 +22,9 @@ jobs: node-version: '14' - name: Start Server run: | + ls & dotnet run -p ./src/Ombi -- --host http://*:3577 & - yarn --cwd ./src/ombi/clientapp start + yarn --cwd ~/src/ombi/clientapp start - name: Cypress Tests uses: cypress-io/github-action@v2.8.2 with: