Skip to content

Commit fa7931b

Browse files
committed
[#448] Remove ignore if failed
1 parent eec5478 commit fa7931b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codemagic.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ definitions:
1010
name: Run detekt on template-compose
1111
working_directory: ./template-compose
1212
script: ./gradlew detekt
13-
ignore_failure: true
1413
- &detekt_on_template_xml
1514
name: Run detekt on template-xml
1615
working_directory: ./template-xml
1716
script: ./gradlew detekt
18-
ignore_failure: true
1917
- &unit_test_on_template_compose
2018
name: Run unit tests on template-compose
2119
working_directory: ./template-compose

0 commit comments

Comments
 (0)