We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcc17e commit eb78536Copy full SHA for eb78536
.github/workflows/php.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
cd ~/drupal
71
./vendor/bin/drupal-check web/core/install.php
72
- - name: "Analyze core/install.php"
+ - name: "Analyze dynamic_page_cache"
73
74
75
- ./vendor/bin/drupal-check web/core/modules/dynamic_page_cache
+ ./vendor/bin/drupal-check web/core/modules/dynamic_page_cache || if (($? == 255)); then false; else true; fi
0 commit comments