Make WordPress Core

Changeset 55976


Ignore:
Timestamp:
06/22/2023 04:19:59 AM (16 months ago)
Author:
peterwilsoncc
Message:

Build/Test Tools: Update URL of theme unit test data.

Update the performance tests to account for the relocation of the theme unit test data repository to the WordPress organisation on GitHub.

Props costdev, kafleg, williampatton, dd32, otto42, poena, jrf, joemcgill, peterwilsoncc, mukesh27.
Fixes #58569.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/performance.yml

    r55717 r55976  
    130130      - name: Import mock data
    131131        run: |
    132           curl -O https://raw.githubusercontent.com/WPTT/theme-test-data/b9752e0533a5acbb876951a8cbb5bcc69a56474c/themeunittestdata.wordpress.xml
     132          curl -O https://raw.githubusercontent.com/WordPress/theme-test-data/b9752e0533a5acbb876951a8cbb5bcc69a56474c/themeunittestdata.wordpress.xml
    133133          npm run env:cli -- import themeunittestdata.wordpress.xml --authors=create --path=/var/www/${{ env.LOCAL_DIR }}
    134134          rm themeunittestdata.wordpress.xml
Note: See TracChangeset for help on using the changeset viewer.