split out the UI deps

This commit is contained in:
tidusjar 2021-03-09 15:29:03 +00:00
parent 0032042941
commit 5bf2459b46

View file

@ -20,9 +20,11 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '14'
- name: Start Server - name: Install Deps
run: | run: |
yarn global add @angular/cli & yarn global add @angular/cli &
- name: Start Server
run: |
dotnet run -p ./src/Ombi -- --host http://*:3577 & dotnet run -p ./src/Ombi -- --host http://*:3577 &
yarn --cwd ./src/Ombi/ClientApp start yarn --cwd ./src/Ombi/ClientApp start
- name: Cypress Tests - name: Cypress Tests