Skip to content

Commit

Permalink
Merge pull request #3 from fbollon/dev
Browse files Browse the repository at this point in the history
Fix issues during tests
  • Loading branch information
fbollon authored Jul 22, 2022
2 parents 1d3b776 + 4b6c0ec commit 08e5a0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
composer config --no-plugins allow-plugins.pestphp/pest-plugin true
- name: Execute tests
run: vendor/bin/pest
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
"format": "vendor/bin/pint"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 08e5a0b

Please sign in to comment.