diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index b58131c..563aa51 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -9,7 +9,7 @@ on: jobs: phpunit: - name: PHPUnit + name: Code Cleanliness runs-on: ubuntu-latest steps: - name: Checkout @@ -29,6 +29,4 @@ jobs: - name: Run PHPCS run: vendor/bin/phpcs ./ - name: Run PHPStan - run: vendor/bin/phpstan analyse - - name: Run PHPUnit - run: vendor/bin/phpunit tests \ No newline at end of file + run: vendor/bin/phpstan analyse \ No newline at end of file