Skip to content

Commit

Permalink
Fix: Allow pest conposer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
secrethash committed Jul 30, 2023
1 parent 67bcaf8 commit fc8a16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install dependencies
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

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

0 comments on commit fc8a16c

Please sign in to comment.