Skip to content

Commit e7ca1a3

Browse files
committed
replace test suite in Github action and composer.json
1 parent 5b4c16f commit e7ca1a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5656
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5757
- name: Execute tests
58-
run: vendor/bin/phpunit --no-coverage
58+
run: vendor/bin/pest --no-coverage

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
},
4242
"scripts": {
43-
"test": "vendor/bin/phpunit"
43+
"test": "vendor/bin/pest"
4444
},
4545
"config": {
4646
"sort-packages": true,
@@ -57,4 +57,4 @@
5757
},
5858
"minimum-stability": "dev",
5959
"prefer-stable": true
60-
}
60+
}

0 commit comments

Comments
 (0)