pull/4097/head
tidusjar 3 years ago
parent fa416e1773
commit 5e8e23a3c4

@ -26,11 +26,11 @@ jobs:
- name: Start Backend
run: |
nohup run -p ./src/Ombi -- --host http://*:3577
nohup run -p ./src/Ombi -- --host http://*:3577 &
- name: Start Frontend
run: |
nohup yarn --cwd ./src/Ombi/ClientApp start
nohup yarn --cwd ./src/Ombi/ClientApp start &
- name: Cypress Tests
uses: cypress-io/github-action@v2.8.2

Loading…
Cancel
Save