Skip to content

Commit 7f18939

Browse files
SCANPY-220 ITs now use locally-started SQ instance.
1 parent d67b0e8 commit 7f18939

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/MacOsNightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
contents: read
5757
env:
5858
SONARQUBE_VERSION: 25.3.0.104237
59+
SKIP_DOCKER: true # Use locally-started SonarQube instead of Docker
5960
steps:
6061
- name: Checkout repository
6162
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0

tests/its/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def check_health(sonarqube_client: SonarQubeClient) -> bool:
3838
return False
3939

4040

41-
if "CIRRUS_OS" in os.environ:
41+
if "SKIP_DOCKER" in os.environ:
4242
from time import sleep
4343

4444
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)