Skip to content

Commit 2adc0df

Browse files
committed
Fix binary name from drupal-drupal
1 parent d79ed01 commit 2adc0df

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
@@ -62,8 +62,8 @@ jobs:
6262
- name: "Analyze core/install.php"
6363
run: |
6464
cd ~/drupal
65-
./vendor/bin/drupal-drupal web/core/install.php
65+
./vendor/bin/drupal-check web/core/install.php
6666
- name: "Analyze core/install.php"
6767
run: |
6868
cd ~/drupal
69-
./vendor/bin/drupal-drupal web/core/modules/dynamic_page_cache
69+
./vendor/bin/drupal-check web/core/modules/dynamic_page_cache

0 commit comments

Comments
 (0)