From 1f756abe24c3f7611864e26c7c4a305e1bf22158 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 15:33:50 +0000 Subject: [PATCH] . --- .github/workflows/cypress.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9fdb689d8..a07d27aee 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -20,8 +20,10 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' - - name: Install Deps - run: yarn global add @angular/cli + + - name: Install FrontEnd Deps + run: yarn --cwd ./src/Ombi/ClientApp install + - name: Start Server run: | dotnet run -p ./src/Ombi -- --host http://*:3577 &