From 0032042941dca13507257bb432022d235cf109b1 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 15:26:11 +0000 Subject: [PATCH] include ng cli --- .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 27cb2f01e..2785e3d90 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -22,7 +22,7 @@ jobs: node-version: '14' - name: Start Server run: | - ls & + yarn global add @angular/cli & dotnet run -p ./src/Ombi -- --host http://*:3577 & yarn --cwd ./src/Ombi/ClientApp start - name: Cypress Tests