Skip to content

Commit

Permalink
Merge pull request #151 from Yoast/JRF/ghactions-various-tweaks
Browse files Browse the repository at this point in the history
GH Actions: various tweaks
  • Loading branch information
jrfnl authored Nov 24, 2023
2 parents e25a076 + e940255 commit 903560e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: composer validate --no-check-all

# Install dependencies and handle caching in one go.
# @link https://github.com/marketplace/actions/install-composer-dependencies
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
- name: Install Composer dependencies
uses: ramsey/composer-install@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
composer require --dev --no-update --no-scripts php-parallel-lint/php-parallel-lint --no-interaction
# Install dependencies and handle caching in one go.
# @link https://github.com/marketplace/actions/install-composer-dependencies
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
- name: Install Composer dependencies
uses: ramsey/composer-install@v2
with:
Expand All @@ -87,7 +87,7 @@ jobs:

- name: Run the unit tests
if: ${{ matrix.coverage == false }}
run: vendor/bin/phpunit
run: composer test

- name: Run the unit tests with code coverage
if: ${{ matrix.coverage == true }}
Expand Down

0 comments on commit 903560e

Please sign in to comment.