mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 09:42:56 -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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue