mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-25 07:25:22 -07:00
port
This commit is contained in:
parent
2b7eabc3e5
commit
6d82490ca2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/automation-tests.yml
vendored
2
.github/workflows/automation-tests.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
|
|
||||||
- name: Start Backend
|
- name: Start Backend
|
||||||
run: |
|
run: |
|
||||||
nohup dotnet run --project ./src/Ombi -- --host http://*:5000 &
|
nohup dotnet run --project ./src/Ombi -- --host http://*:3577 &
|
||||||
|
|
||||||
- name: Run Wiremock
|
- name: Run Wiremock
|
||||||
run: nohup docker run --rm -p 32400:8080 --name wiremock wiremock/wiremock:2.35.0 &
|
run: nohup docker run --rm -p 32400:8080 --name wiremock wiremock/wiremock:2.35.0 &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue