mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
missed dotnet
This commit is contained in:
parent
4f3723e486
commit
d189a34188
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- name: Start Backend
|
||||
run: |
|
||||
nohup run -p ./src/Ombi -- --host http://*:3577 &
|
||||
nohup dotnet run -p ./src/Ombi -- --host http://*:3577 &
|
||||
|
||||
- name: Start Frontend
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue