Skip to content

Commit

Permalink
Remove duplicate run line
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Jul 12, 2024
1 parent 95cacca commit f572000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable-phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:

- name: Run PHPUnit tests (PHP ${{ inputs.php }} | WP ${{ inputs.wp }})
if: ${{ ! inputs.coverage }}
run: composer exec -- phpunit
run: |
if [ "${{ inputs.wordpress-translate-api-tests }}" == "true" ]; then
composer exec -- phpunit --group api
Expand Down

0 comments on commit f572000

Please sign in to comment.