mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-25 19:40:15 +00:00
The test reporter uses the hidden `.svn` or `.git` directories to determine which changeset to send to WordPress.org along with the test report. Because the GitHub Action workflow builds and prepares WordPress in a preceding job to share with each test job, the `.git` directory is missing (it is purposefully not included to limit artifact size). This re-establishes the directory as a checkout of the `wordpress-develop` repository so that test results can be reported correctly. See #50401. git-svn-id: https://develop.svn.wordpress.org/trunk@49786 602fd350-edb4-49c9-b593-d223f7449a82