Skip to content

Commit eb78536

Browse files
committed
Only check if there are errors
1 parent 6dcc17e commit eb78536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
cd ~/drupal
7171
./vendor/bin/drupal-check web/core/install.php
72-
- name: "Analyze core/install.php"
72+
- name: "Analyze dynamic_page_cache"
7373
run: |
7474
cd ~/drupal
75-
./vendor/bin/drupal-check web/core/modules/dynamic_page_cache
75+
./vendor/bin/drupal-check web/core/modules/dynamic_page_cache || if (($? == 255)); then false; else true; fi

0 commit comments

Comments
 (0)