diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5194426..c2dbad5 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -86,4 +86,4 @@ jobs: # run unit tests, see composer.json - name: Run phpunit working-directory: redaxo_cms/redaxo/src/addons/${{ github.event.repository.name }} - run: composer test + run: composer unit-test