We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CodeWithSushil
Ashishkumbhar01
Learn more about funding links in repositories.
Report abuse
1 parent 86f42d4 commit 829bddcCopy full SHA for 829bddc
.github/workflows/tests.yml
@@ -17,5 +17,5 @@ jobs:
17
- name: Install dependencies
18
run: composer install --prefer-dist --no-progress --no-suggest
19
20
- - name: Run PHPUnit
21
- run: vendor/bin/phpunit
+ - name: Run Pest
+ run: vendor/bin/pest
0 commit comments