Skip to content

Commit

Permalink
chore: rename steps
Browse files Browse the repository at this point in the history
  • Loading branch information
imdhemy committed Mar 25, 2024
1 parent 13cb143 commit 43f07ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
uses: ramsey/composer-install@v2

# --------- Run steps ---------
- name: "Run tests"
- name: "Unit Tests"
run: "composer test"

- name: "PHP CS Fixer"
- name: "Coding style"
run: "composer cs-fix"

- name: "Psalm"
- name: "Static code analysis"
run: "composer psalm"

0 comments on commit 43f07ba

Please sign in to comment.