Skip to content

Commit

Permalink
Run phpunit with vendored phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Apr 12, 2024
1 parent 9a14bfd commit 5b7725c
Show file tree
Hide file tree
Showing 3 changed files with 1,355 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpunit@v3
with:
configuration: "phpunit.xml.dist"
memory_limit: "256M"
- name: Validate composer.json and composer.lock
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run tests
run: ./vendor/bin/phpunit
Loading

0 comments on commit 5b7725c

Please sign in to comment.