From 5afa6ce314f953906260e1820fc195b58be65ed6 Mon Sep 17 00:00:00 2001 From: Chris Tran Date: Tue, 7 Jan 2025 16:19:44 -0600 Subject: [PATCH] ci: update dirs in on-pull-request workflow --- .github/workflows/on-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index c3ce9c1..c1fb68b 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -22,7 +22,7 @@ jobs: php-version: '8.1' tools: phpcs, cs2pr - name: Lint - run: phpcs -q --standard=PSR12 --report=checkstyle custom | cs2pr + run: phpcs -q --standard=PSR12 --report=checkstyle src | cs2pr format: name: Format runs-on: ubuntu-latest @@ -45,4 +45,4 @@ jobs: - name: Install dependencies run: composer install - name: Test - run: ./vendor/bin/phpunit custom/test/ \ No newline at end of file + run: ./vendor/bin/phpunit tests/ \ No newline at end of file