Skip to content

Commit

Permalink
Update phpunit workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambe committed Nov 18, 2024
1 parent 036d2b8 commit 2778c41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Install PHPUnit
run: composer install --working-dir tools/phpunit --prefer-dist --no-progress

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

Expand Down

0 comments on commit 2778c41

Please sign in to comment.