split out the UI deps

pull/4097/head
tidusjar 3 years ago
parent 0032042941
commit 5bf2459b46

@ -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

Loading…
Cancel
Save