wordpress-develop/.github
Jonathan Desrosiers 14cda0388b Build/Test Tools: Reestablish the codebase as a Git repo before reporting test results.
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
2020-12-10 19:17:28 +00:00
..
workflows Build/Test Tools: Reestablish the codebase as a Git repo before reporting test results. 2020-12-10 19:17:28 +00:00
pull_request_template.md General: Introduce a pull request template. 2020-02-21 18:23:28 +00:00