From 8d6e39af74b8735a941df769bfe4026df75cb03e Mon Sep 17 00:00:00 2001 From: Kath Young Date: Fri, 1 Sep 2023 13:24:07 +0930 Subject: [PATCH] Correct name for step --- .github/workflows/laravel.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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