Skip to content

Commit 6e3734e

Browse files
committed
Change: Seperate Pest Plugin Activation
1 parent fc8a16c commit 6e3734e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ jobs:
3030
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
3131
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3232
33+
- name: Activate Pest Composer Plugin
34+
run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true
35+
3336
- name: Install dependencies
34-
run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true && composer update --${{ matrix.stability }} --prefer-dist --no-interaction
37+
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
3538

3639
- name: Execute tests
3740
run: vendor/bin/pest

0 commit comments

Comments
 (0)