mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -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
|
- name: Start Server
|
||||||
run: |
|
run: |
|
||||||
|
screen &
|
||||||
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
||||||
|
screen -r &
|
||||||
|
screen &
|
||||||
yarn --cwd ./src/Ombi/ClientApp start
|
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
|
- name: Cypress Tests
|
||||||
uses: cypress-io/github-action@v2.8.2
|
uses: cypress-io/github-action@v2.8.2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue