From 799ca309f2dd545e580c52c54c75c1c405b370e2 Mon Sep 17 00:00:00 2001 From: SerhiiCho Date: Sun, 19 Nov 2023 17:42:24 +0200 Subject: [PATCH] Change php.yml for github actions --- .github/workflows/php.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 3fd4726..bac9d3a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -31,11 +31,5 @@ jobs: - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest - - name: Run test suite - run: composer test - - - name: Run Pint - run: ./vendor/bin/pint --test - - - name: Coverage - run: composer cover + - name: Check coding standards and tests + run: composer check