diff --git a/.gitea/workflows/php.yml b/.gitea/workflows/php.yml index a85fcb9..d152112 100644 --- a/.gitea/workflows/php.yml +++ b/.gitea/workflows/php.yml @@ -51,8 +51,8 @@ jobs: - name: Check lint run: make lint - - name: Execute tests (Unit and Feature tests) via PHPUnit - run: make test-coverage + - name: Check tests + run: make test deploy: needs: build