File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9999 - run :
100100 name : Global - Run against a module
101101 command : |
102- drupal-check -vvv /tmp/drupal/core/modules/dynamic_page_cache
102+ drupal-check -vvv /tmp/drupal/core/modules/dynamic_page_cache || if (($? == 255)); then false; else true; fi
103103 test_drupal_project :
104104 << : *defaults
105105 steps :
@@ -113,7 +113,7 @@ jobs:
113113 - run :
114114 name : Global - Run against a module
115115 command : |
116- drupal-check -vvv /tmp/drupal/web/core/modules/dynamic_page_cache
116+ drupal-check -vvv /tmp/drupal/web/core/modules/dynamic_page_cache || if (($? == 255)); then false; else true; fi
117117 test_drupal_local_require :
118118 << : *defaults
119119 steps :
@@ -138,7 +138,7 @@ jobs:
138138 name : Local - Run against a module
139139 command : |
140140 cd /tmp/drupal
141- ./vendor/bin/drupal-check -vvv web/core/modules/dynamic_page_cache
141+ ./vendor/bin/drupal-check -vvv web/core/modules/dynamic_page_cache || if (($? == 255)); then false; else true; fi
142142 test_contrib :
143143 << : *defaults
144144 steps :
@@ -168,7 +168,7 @@ jobs:
168168 - run :
169169 name : Run against a module
170170 command : |
171- drupal-check -vvv /tmp/drupal/web/core/modules/dynamic_page_cache
171+ drupal-check -vvv /tmp/drupal/web/core/modules/dynamic_page_cache || if (($? == 255)); then false; else true; fi
172172 test_contained_not_initialized :
173173 << : *defaults
174174 steps :
You can’t perform that action at this time.
0 commit comments