diff --git a/.github/workflows/quality-assurance.yml b/.github/workflows/quality-assurance.yml index 34a0520..07d2e98 100644 --- a/.github/workflows/quality-assurance.yml +++ b/.github/workflows/quality-assurance.yml @@ -86,9 +86,6 @@ jobs: - name: List Installed Dependencies run: composer show -D - - name: List Discovered Locations - run: php ./tempest discovery:status - - name: Execute tests run: vendor/bin/phpunit --coverage-clover build/reports/clover.xml diff --git a/.github/workflows/quality-control.yml b/.github/workflows/quality-control.yml index c3e158f..139f5dc 100644 --- a/.github/workflows/quality-control.yml +++ b/.github/workflows/quality-control.yml @@ -91,9 +91,6 @@ jobs: - name: List Installed Dependencies run: composer show -D - - name: List Discovered Locations - run: php ./tempest discovery:status - - name: Execute tests run: vendor/bin/phpunit --coverage-clover build/reports/clover.xml