Skip to content

Commit

Permalink
Make sure to install root deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Sep 15, 2023
1 parent dc73b74 commit 7e979cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
- name: Install dependencies
run: cd core/components/commerce_projectname && composer install --no-progress --prefer-dist --optimize-autoloader

- name: Install phpcs
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Run phpcs
run: composer run phpcs -- --runtime-set testVersion ${{ matrix.php-version }}

0 comments on commit 7e979cc

Please sign in to comment.