mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-13 01:56:55 -07:00
moar
This commit is contained in:
parent
acaac1285c
commit
7afefef295
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cypress.yml
vendored
3
.github/workflows/cypress.yml
vendored
|
@ -22,8 +22,9 @@ jobs:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
- name: Start Server
|
- name: Start Server
|
||||||
run: |
|
run: |
|
||||||
|
ls &
|
||||||
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
||||||
yarn --cwd ./src/ombi/clientapp start
|
yarn --cwd ~/src/ombi/clientapp start
|
||||||
- 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