Skip to content

Commit

Permalink
Use COMPOSER=
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Mar 19, 2024
1 parent 31cab45 commit e0cf3f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
coverage: xdebug

- name: Install Dependencies
env:
COMPOSER: composer-dev.json
run: composer install --no-interaction --prefer-dist --optimize-autoloader
run: COMPOSER=${{ github.workspace }}/composer-dev.json composer install --no-interaction --prefer-dist --optimize-autoloader

- name: PHPCS checks
run: ./vendor/bin/phpcs ${{ github.workspace }}/src/WordPress
Expand Down

0 comments on commit e0cf3f6

Please sign in to comment.