Skip to content

Commit

Permalink
Additional localtions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Oct 1, 2024
1 parent c67edcf commit 7802b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-and-zip-default-themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
fail-fast: false
matrix:
theme: [
'twentytwentyfive',
'twentytwentyfour',
'twentytwentythree',
'twentytwentytwo',
Expand Down
2 changes: 1 addition & 1 deletion tests/performance/specs/home.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const results = {
lcpMinusTtfb: [],
};

const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour' ];
const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour', 'twentytwentyfive' ];

const locales = [ 'en_US', 'de_DE' ];

Expand Down
1 change: 1 addition & 0 deletions tests/phpunit/tests/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Tests_Theme extends WP_UnitTestCase {
'twentytwentytwo',
'twentytwentythree',
'twentytwentyfour',
'twentytwentyfive',
);

/**
Expand Down

0 comments on commit 7802b46

Please sign in to comment.