Skip to content

Commit

Permalink
Do not use build profile for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Nov 20, 2023
1 parent 84425e4 commit 0e56a5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e56a5c

Please sign in to comment.