mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -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
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue