Skip to content

Commit

Permalink
Correct name for step
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoungportable committed Sep 1, 2023
1 parent 90c1721 commit 8d6e39a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

phpunit:
name: PHPUnit
name: Code Cleanliness
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -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
run: vendor/bin/phpstan analyse

0 comments on commit 8d6e39a

Please # to comment.