mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
screen shiz
This commit is contained in:
parent
1f756abe24
commit
b9e260dc09
1 changed files with 9 additions and 0 deletions
9
.github/workflows/cypress.yml
vendored
9
.github/workflows/cypress.yml
vendored
|
@ -26,8 +26,17 @@ jobs:
|
|||
|
||||
- name: Start Server
|
||||
run: |
|
||||
screen &
|
||||
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
||||
screen -r &
|
||||
screen &
|
||||
yarn --cwd ./src/Ombi/ClientApp start
|
||||
screen -r
|
||||
|
||||
- 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue