We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8a16c commit 6e3734eCopy full SHA for 6e3734e
.github/workflows/run-tests.yml
@@ -30,8 +30,11 @@ jobs:
30
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
31
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
32
33
+ - name: Activate Pest Composer Plugin
34
+ run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true
35
+
36
- name: Install dependencies
- 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
38
39
- name: Execute tests
40
run: vendor/bin/pest
0 commit comments