mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
include ng cli
This commit is contained in:
parent
3d4efed622
commit
0032042941
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
- name: Start Server
|
- name: Start Server
|
||||||
run: |
|
run: |
|
||||||
ls &
|
yarn global add @angular/cli &
|
||||||
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