From c3b0ad67876acf5968cbaecf538e72827f53b085 Mon Sep 17 00:00:00 2001 From: Erik Perri Date: Wed, 13 Dec 2023 22:20:49 -0500 Subject: [PATCH] build: Switched CI to composer alias --- .github/workflows/tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd32a47..e728c2b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,8 +36,5 @@ jobs: - name: Install Composer dependencies run: composer update --no-interaction --no-progress --optimize-autoloader --prefer-dist ${{ matrix.stability }} - - name: Check code style - run: vendor/bin/phpcs - - - name: Run tests - run: vendor/bin/phpunit + - name: Check code + run: composer check-code