Skip to content

Commit

Permalink
Change: Seperate Pest Plugin Activation
Browse files Browse the repository at this point in the history
  • Loading branch information
secrethash committed Jul 30, 2023
1 parent fc8a16c commit 6e3734e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Activate Pest Composer Plugin
run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true

- name: Install dependencies
run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true && composer update --${{ matrix.stability }} --prefer-dist --no-interaction
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

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

0 comments on commit 6e3734e

Please sign in to comment.