Make WordPress Core

Changeset 50593


Ignore:
Timestamp:
03/26/2021 02:57:05 PM (4 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-coverage.yml

    r50592 r50593  
    6060      - name: Checkout repository
    6161        uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
    62 
    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
    6562
    6663      - name: Log debug information
Note: See TracChangeset for help on using the changeset viewer.