Skip to content

Commit

Permalink
screen shiz
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Mar 9, 2021
1 parent 1f756ab commit b9e260d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit b9e260d

Please sign in to comment.