From e74775f44ed7ce5768a8b630ddf229a1a5b3d015 Mon Sep 17 00:00:00 2001 From: Sajed Zarinpour Nashroudkoli Date: Fri, 6 Sep 2024 16:53:37 -0400 Subject: [PATCH] Update php.yml --- .github/workflows/php.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index b05719f..163c1be 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -39,11 +39,7 @@ jobs: # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit" # Docs: https://getcomposer.org/doc/articles/scripts.md - - name: print curent working directory - run: | - pwd - ls -ali - vendor/bin/phpunit ./tests + # - name: Run test suite # run: composer run-script test - name: Checkout code @@ -55,5 +51,5 @@ jobs: mysql -e "CREATE DATABASE IF NOT EXISTS $DB_DATABASE;" -u$DB_USER -p$DB_PASSWORD # Add more steps for testing and other tasks - name: Run Tests - run: vendor/bin/phpunit tests + run: vendor/bin/phpunit ./tests