Skip to content

Commit 35a76bf

Browse files
[content-service] Remove not-working test run from leeway build (dead code)
The unit test leeway build is not executed (dead code) and does not work. This commit adds `dontTest: false` to the lib build instead.
1 parent 7b60c90 commit 35a76bf

File tree

3 files changed

+1
-890
lines changed

3 files changed

+1
-890
lines changed

components/content-service/BUILD.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,4 @@ packages:
1212
- "**"
1313
config:
1414
packaging: library
15-
- name: test
16-
type: docker
17-
deps:
18-
# - :app
19-
config:
20-
dockerfile: Dockerfile.unittest
15+
dontTest: false

components/content-service/Dockerfile.unittest

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)