Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Elendev committed Aug 15, 2024
1 parent ea3ac20 commit 558f0d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-and-cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tools: composer:${{ matrix.composer }}
- run: composer require "symfony/finder:${{ matrix.symfony }}" "symfony/filesystem:${{ matrix.symfony }}"
- run: composer install
- run: vendor/bin/phpunit tests
- run: vendor/bin/phpunit
PHPUnit-Symfony56:
name: PHPUnit testing
runs-on: ubuntu-latest
Expand All @@ -56,7 +56,7 @@ jobs:
tools: composer:${{ matrix.composer }}
- run: composer require "symfony/finder:${{ matrix.symfony }}" "symfony/filesystem:${{ matrix.symfony }}"
- run: composer install
- run: vendor/bin/phpunit tests
- run: vendor/bin/phpunit

BuildDone:
name: PHP full build
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
failOnRisky="true"
failOnWarning="false">
failOnWarning="true">
<testsuites>
<testsuite name="default">
<directory>tests</directory>
Expand Down

0 comments on commit 558f0d8

Please sign in to comment.