Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Dec 27, 2023
1 parent 97dd0d5 commit e6ff1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction # yamllint disable-line
- run: vendor/bin/phpunit --coverage-clover coverage.xml
- run: vendor/bin/phpunit
- uses: codecov/codecov-action@v3

yamllint:
Expand Down

0 comments on commit e6ff1e8

Please sign in to comment.