From cc69371b9eb429c0b050032995675944c9ecd4fd Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 15:21:51 +0000 Subject: [PATCH] again --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 799c7e371..3d13d283c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -24,7 +24,7 @@ jobs: 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: