Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
rhonalindiefolks committed Dec 30, 2024
1 parent f6393c5 commit ef79131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: composer lint-ci

- name: Php Pest
run: ./vendor/bin/pest
run: composer test-ci
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
],
"test": [
"pest "
],
"test-ci": [
"pest --no-progress"
]
},
"config": {
Expand Down

0 comments on commit ef79131

Please sign in to comment.