Skip to content

Commit

Permalink
Fixed phpunit test suite in GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-eugone committed Jan 5, 2024
1 parent b0f4bcc commit 4aa5fa2
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 @@ -30,7 +30,7 @@ jobs:
php-version: ${{ matrix.php-version }}
symfony-version: ${{ matrix.symfony-version }}
- name: "Run tests with phpunit/phpunit"
run: vendor/bin/phpunit --testsuite=Code
run: vendor/bin/phpunit

checkstyke:
name: "Checkstyle"
Expand Down Expand Up @@ -63,6 +63,6 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
vendor/bin/phpunit --testsuite=Code --coverage-clover coverage.xml
vendor/bin/phpunit --coverage-clover coverage.xml
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1

0 comments on commit 4aa5fa2

Please sign in to comment.