mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
start backend
This commit is contained in:
parent
d31da0a249
commit
4fce0c362e
1 changed files with 6 additions and 6 deletions
12
.github/workflows/cypress.yml
vendored
12
.github/workflows/cypress.yml
vendored
|
@ -17,13 +17,13 @@ jobs:
|
|||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
- name: Run backend
|
||||
run: dotnet run -p ./src/Ombi -- --host http://*:3575
|
||||
- name: Run Frontend
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
cmd: start --cwd ./src/ombi/clientapp
|
||||
|
||||
node-version: '14'
|
||||
- name: Start Server
|
||||
run: |
|
||||
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
||||
yarn start --cwd ./src/ombi/clientapp
|
||||
- name: Cypress Tests
|
||||
uses: cypress-io/github-action@v2.8.2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue