We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bcaf8 commit fc8a16cCopy full SHA for fc8a16c
.github/workflows/run-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
32
33
- name: Install dependencies
34
- run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
+ run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true && composer update --${{ matrix.stability }} --prefer-dist --no-interaction
35
36
- name: Execute tests
37
run: vendor/bin/pest
0 commit comments