Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
fix phpunit-matcher-action
  • Loading branch information
rtouze authored Feb 24, 2024
1 parent d4b58f1 commit faaecea
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 @@ -37,7 +37,7 @@ jobs:
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest

- name: Configure matchers
uses: mheap/phpunit-matcher-action@v1.5.1
uses: mheap/phpunit-matcher-action@v1

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

0 comments on commit faaecea

Please sign in to comment.