Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch authored Oct 29, 2023
1 parent 426eade commit c87d63a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ jobs:
- name: Setup problem matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Run Tests
run: ./vendor/bin/phpunit -c phpunit.xml --coverage-clover=coverage.xml ;

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
- name: Run Unit Tests
run: php ./vendor/bin/paratest --no-coverage --processes=4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
TELLER_TEST_TOKEN: ${{ secrets.TELLER_TEST_TOKEN }}

0 comments on commit c87d63a

Please sign in to comment.