Skip to content

Commit fc8a16c

Browse files
committed
Fix: Allow pest conposer plugin
1 parent 67bcaf8 commit fc8a16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3232
3333
- name: Install dependencies
34-
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
34+
run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true && composer update --${{ matrix.stability }} --prefer-dist --no-interaction
3535

3636
- name: Execute tests
3737
run: vendor/bin/pest

0 commit comments

Comments
 (0)