Skip to content

Commit

Permalink
Change command in github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
luzrain committed Nov 1, 2023
1 parent 72d857c commit 0391b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: composer analyze

- name: Execute tests
run: vendor/bin/pest --coverage --colors=always
run: composer test
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
},
"scripts": {
"analyze": "phpstan",
"test": "pest"
"test": "pest --colors=always"
}
}

0 comments on commit 0391b58

Please sign in to comment.