Skip to content

Commit 1c293bc

Browse files
committed
Build/Test Tools: Do not checkout the Importer plugin in the Code Coverage workflow.
Since [50285], the WordPress Importer plugin (which is required for the test suite to run successfully) has been installed as part of the `npm run env:install` script. See #52625. git-svn-id: https://develop.svn.wordpress.org/trunk@50593 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6113803 commit 1c293bc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test-coverage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobs:
6060
- name: Checkout repository
6161
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
6262

63-
- name: Checkout the WordPress Importer plugin
64-
run: svn checkout -r 2387243 https://plugins.svn.wordpress.org/wordpress-importer/trunk/ tests/phpunit/data/plugins/wordpress-importer
65-
6663
- name: Log debug information
6764
run: |
6865
echo "$GITHUB_REF"

0 commit comments

Comments
 (0)