mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
.
This commit is contained in:
parent
174cc6a99a
commit
1f756abe24
1 changed files with 4 additions and 2 deletions
6
.github/workflows/cypress.yml
vendored
6
.github/workflows/cypress.yml
vendored
|
@ -20,8 +20,10 @@ jobs:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
- name: Install Deps
|
|
||||||
run: yarn global add @angular/cli
|
- name: Install FrontEnd Deps
|
||||||
|
run: yarn --cwd ./src/Ombi/ClientApp install
|
||||||
|
|
||||||
- name: Start Server
|
- name: Start Server
|
||||||
run: |
|
run: |
|
||||||
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue