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

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

Loading…
Cancel
Save