Skip to content

Commit 8e9a9f6

Browse files
committed
Don't even set USE_DOCKER_SERVICE
1 parent a937aa5 commit 8e9a9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run unit tests
3333
env:
3434
USER: unittest
35-
USE_DOCKER_SERVICE: false
35+
# USE_DOCKER_SERVICE: false
3636
run: ./gradlew --no-daemon test -x spotlessCheck -x spotlessApply -x spotlessJava -P edgeDepsTest
3737

3838
- name: Run independent resource tuner test

0 commit comments

Comments
 (0)