mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.x
|
dotnet-version: 5.0.x
|
||||||
- name: Run backend
|
- uses: actions/setup-node@v2
|
||||||
run: dotnet run -p ./src/Ombi -- --host http://*:3575
|
|
||||||
- name: Run Frontend
|
|
||||||
uses: borales/actions-yarn@v2.0.0
|
|
||||||
with:
|
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
|
- name: Cypress Tests
|
||||||
uses: cypress-io/github-action@v2.8.2
|
uses: cypress-io/github-action@v2.8.2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue