diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index bab34e8fc..e74a115f5 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -39,7 +39,7 @@ jobs: - name: Start Backend run: | - nohup run -p ./src/Ombi -- --host http://*:3577 & + nohup dotnet run -p ./src/Ombi -- --host http://*:3577 & - name: Start Frontend run: |