diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 163c1be..12d2504 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -51,5 +51,8 @@ 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: | + pwd + ls -ali + vendor/bin/phpunit ./tests