mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
nohup hup hup
This commit is contained in:
parent
b9e260dc09
commit
fa416e1773
1 changed files with 7 additions and 11 deletions
18
.github/workflows/cypress.yml
vendored
18
.github/workflows/cypress.yml
vendored
|
@ -24,25 +24,21 @@ jobs:
|
|||
- name: Install FrontEnd Deps
|
||||
run: yarn --cwd ./src/Ombi/ClientApp install
|
||||
|
||||
- name: Start Server
|
||||
- name: Start Backend
|
||||
run: |
|
||||
screen &
|
||||
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
||||
screen -r &
|
||||
screen &
|
||||
yarn --cwd ./src/Ombi/ClientApp start
|
||||
screen -r
|
||||
nohup run -p ./src/Ombi -- --host http://*:3577
|
||||
|
||||
- name: Start Frontend
|
||||
run: |
|
||||
nohup yarn --cwd ./src/Ombi/ClientApp start
|
||||
|
||||
- name: Sleep while BE & FE run
|
||||
uses: jakejarvis/wait-action@master
|
||||
with:
|
||||
time: '7m'
|
||||
- name: Cypress Tests
|
||||
uses: cypress-io/github-action@v2.8.2
|
||||
with:
|
||||
browser: chrome
|
||||
headless: true
|
||||
project: ./tests
|
||||
wait-on: http://localhost:3577/
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue