From 1c293bc665af526c1ee8e40be3dddc0559d9f889 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 26 Mar 2021 14:57:05 +0000 Subject: [PATCH] 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 --- .github/workflows/test-coverage.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index e6e904bc72..1e1720805d 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -60,9 +60,6 @@ jobs: - name: Checkout repository uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 - - name: Checkout the WordPress Importer plugin - run: svn checkout -r 2387243 https://plugins.svn.wordpress.org/wordpress-importer/trunk/ tests/phpunit/data/plugins/wordpress-importer - - name: Log debug information run: | echo "$GITHUB_REF"