This commit is contained in:
tidusjar 2021-03-09 15:20:18 +00:00
parent acaac1285c
commit 7afefef295

View file

@ -22,8 +22,9 @@ jobs:
node-version: '14'
- name: Start Server
run: |
ls &
dotnet run -p ./src/Ombi -- --host http://*:3577 &
yarn --cwd ./src/ombi/clientapp start
yarn --cwd ~/src/ombi/clientapp start
- name: Cypress Tests
uses: cypress-io/github-action@v2.8.2
with: