Skip to content

Commit 33988d7

Browse files
SCANPY-220 Build action now also uses locally-started SQ instance.
1 parent 7f18939 commit 33988d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/MacOsNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +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
59+
SKIP_DOCKER: true
6060
steps:
6161
- name: Checkout repository
6262
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
contents: write
175175
env:
176176
SONARQUBE_VERSION: 25.3.0.104237
177+
SKIP_DOCKER: true
177178
steps:
178179
- name: Checkout repository
179180
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0

0 commit comments

Comments
 (0)