mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
again
This commit is contained in:
parent
4fce0c362e
commit
acaac1285c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: .NET
|
||||
name: Automation Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Start Server
|
||||
run: |
|
||||
dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
||||
yarn start --cwd ./src/ombi/clientapp
|
||||
yarn --cwd ./src/ombi/clientapp start
|
||||
- name: Cypress Tests
|
||||
uses: cypress-io/github-action@v2.8.2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue