From 5bf2459b46df5728bc25cba1a962d1ecd2ac2aa5 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 15:29:03 +0000 Subject: [PATCH] split out the UI deps --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2785e3d90..b6cd1e317 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -20,9 +20,11 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' - - name: Start Server + - name: Install Deps run: | yarn global add @angular/cli & + - name: Start Server + run: | dotnet run -p ./src/Ombi -- --host http://*:3577 & yarn --cwd ./src/Ombi/ClientApp start - name: Cypress Tests