Skip to content

Commit

Permalink
ci fix.....
Browse files Browse the repository at this point in the history
  • Loading branch information
riki137 committed Sep 4, 2024
1 parent b06fd3a commit c1e2157
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/extensions_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Install PHP extensions finder as dev dependency
run: composer require dg/php-extensions-finder --dev

- name: PHP extensions finder
run: php vendor/dg/php-extensions-finder/php-extensions-finder check src tests
- name: PHP extensions finder src
run: php vendor/dg/php-extensions-finder/php-extensions-finder src

- name: PHP extensions finder tests
run: php vendor/dg/php-extensions-finder/php-extensions-finder tests

0 comments on commit c1e2157

Please sign in to comment.