start backend

pull/4097/head
tidusjar 3 years ago
parent d31da0a249
commit 4fce0c362e

@ -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…
Cancel
Save