Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions workflow to enhance testing setup
- Modified the workflow to copy the phpunit.xml file from the .github/drupal directory to the working directory before executing tests, ensuring proper PHPUnit configuration. - Improved visibility of the directory structure by listing files in the .github/drupal directory during the setup process. - Enhanced debug output by displaying the contents of the phpunit.xml file, aiding in troubleshooting and ensuring the correct configuration is used. These changes improve the reliability and clarity of the testing framework, facilitating a smoother testing process for developers.
- Loading branch information