From 6d82490ca24a59d910633e22d7372e6fe9f873f9 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sun, 24 Aug 2025 22:18:33 +0100 Subject: [PATCH] port --- .github/workflows/automation-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation-tests.yml b/.github/workflows/automation-tests.yml index 3787d40db..ac5174f01 100644 --- a/.github/workflows/automation-tests.yml +++ b/.github/workflows/automation-tests.yml @@ -46,7 +46,7 @@ jobs: - name: Start Backend run: | - nohup dotnet run --project ./src/Ombi -- --host http://*:5000 & + nohup dotnet run --project ./src/Ombi -- --host http://*:3577 & - name: Run Wiremock run: nohup docker run --rm -p 32400:8080 --name wiremock wiremock/wiremock:2.35.0 &