nohup hup hup

pull/4097/head
tidusjar 3 years ago
parent b9e260dc09
commit fa416e1773

@ -24,25 +24,21 @@ jobs:
- name: Install FrontEnd Deps - name: Install FrontEnd Deps
run: yarn --cwd ./src/Ombi/ClientApp install run: yarn --cwd ./src/Ombi/ClientApp install
- name: Start Server - name: Start Backend
run: | run: |
screen & nohup run -p ./src/Ombi -- --host http://*:3577
dotnet run -p ./src/Ombi -- --host http://*:3577 &
screen -r & - name: Start Frontend
screen & run: |
yarn --cwd ./src/Ombi/ClientApp start nohup 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:
browser: chrome browser: chrome
headless: true headless: true
project: ./tests project: ./tests
wait-on: http://localhost:3577/
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save