mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
split out the UI deps
This commit is contained in:
parent
0032042941
commit
5bf2459b46
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue