mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
missed &
This commit is contained in:
parent
fa416e1773
commit
5e8e23a3c4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue