mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Build/Test Tools: Expand performance test scenarios.
Adds new tests for localized sites as well as the dashboard. Also amends Server-Timing output to measure memory usage in all scenarios. Props swissspidy, joemcgill, flixos90, mukesh27, mamaduka. See #59656. Fixes #59815. git-svn-id: https://develop.svn.wordpress.org/trunk@57083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -162,6 +162,12 @@ jobs:
|
||||
run: |
|
||||
npm run env:cli -- rewrite structure '/%year%/%monthnum%/%postname%/' --path=/var/www/${{ env.LOCAL_DIR }}
|
||||
|
||||
- name: Install additional languages
|
||||
run: |
|
||||
npm run env:cli -- language core install de_DE --path=/var/www/${{ env.LOCAL_DIR }}
|
||||
npm run env:cli -- language plugin install de_DE --all --path=/var/www/${{ env.LOCAL_DIR }}
|
||||
npm run env:cli -- language theme install de_DE --all --path=/var/www/${{ env.LOCAL_DIR }}
|
||||
|
||||
- name: Install MU plugin
|
||||
run: |
|
||||
mkdir ./${{ env.LOCAL_DIR }}/wp-content/mu-plugins
|
||||
|
||||
Reference in New Issue
Block a user