Skip to content

Commit

Permalink
Tweak example
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo authored Jul 23, 2024
1 parent c26bed6 commit 3c4fe7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ jobs:
tools: composer:v2

- name: Install Composer dependencies
run: composer install --no-interaction --no-progress --no-scripts
run: |
sed -i 's|plugins/myauthor/\*/composer.json|plugins/*/*/composer.json|g' composer.json # allows Composer dependencies in plugins to be downloaded
composer install --no-interaction --no-progress --no-scripts
- name: Run unit tests
run: php artisan winter:test -p MyAuthor.MyPlugin # change this to the correct plugin code
Expand Down

0 comments on commit 3c4fe7f

Please sign in to comment.