Skip to content

Commit 7667ffc

Browse files
committed
wip
1 parent 01e899a commit 7667ffc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6565
6666
- name: Execute tests
67-
run: vendor/bin/pest
67+
run: vendor/bin/phpunit
6868
env:
6969
DB_USERNAME: user
7070
DB_PASSWORD: secret

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
"test-coverage": "phpunit --coverage-html coverage"
5050
},
5151
"config": {
52-
"sort-packages": true
52+
"sort-packages": true,
53+
"allow-plugins": {
54+
"pestphp/pest-plugin": true
55+
}
5356
},
5457
"extra": {
5558
"laravel": {

0 commit comments

Comments
 (0)