Skip to content

Commit

Permalink
DEBUG step 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 11, 2024
1 parent 2e359f4 commit b7e3dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ jobs:
- name: Run tests, no code coverage
if: ${{ matrix.coverage == false || github.repository != 'PHPMailer/PHPMailer' }}
run: ./vendor/bin/phpunit --no-coverage
run: ./vendor/bin/phpunit --no-coverage --testdox --filter PunyencodeAddressTest

- name: Run tests with code coverage
if: ${{ matrix.coverage == true && github.repository == 'PHPMailer/PHPMailer' }}
run: vendor/bin/phpunit
run: vendor/bin/phpunit --testdox --filter PunyencodeAddressTest

- name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage == true && github.repository == 'PHPMailer/PHPMailer' }}
Expand Down

0 comments on commit b7e3dc9

Please sign in to comment.