From 0e56a5cdd59c8d0a73aef0e0647223eb81105f5a Mon Sep 17 00:00:00 2001 From: TheOtherP Date: Mon, 20 Nov 2023 13:46:56 +0100 Subject: [PATCH] Do not use build profile for tests --- .github/workflows/system-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/system-test.yml b/.github/workflows/system-test.yml index d802c6963..fc42a55bd 100644 --- a/.github/workflows/system-test.yml +++ b/.github/workflows/system-test.yml @@ -173,14 +173,12 @@ jobs: needs: [ waitForNative, buildMockserver ] runs-on: windows-latest env: - spring_profiles_active: build,systemtest,core + spring_profiles_active: systemtest,core nzbhydra_port: 5076 nzbhydra.port: 5076 nzbhydra_name: windows NZBHYDRANAME: windows nzbhydra.name: windows - nzbhydra.mockUrl: "http://localhost:5080" - nzbhydra_mock_url: "http://localhost:5080" steps: - name: "Check out source" uses: actions/checkout@v3