mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
include performance metrics in testing
This commit is contained in:
parent
360f32aa13
commit
71dd0bfa04
1 changed files with 2 additions and 0 deletions
2
.github/workflows/frontend-tests.yml
vendored
2
.github/workflows/frontend-tests.yml
vendored
|
@ -73,6 +73,7 @@ jobs:
|
||||||
ep_spellcheck
|
ep_spellcheck
|
||||||
ep_subscript_and_superscript
|
ep_subscript_and_superscript
|
||||||
ep_table_of_contents
|
ep_table_of_contents
|
||||||
|
ep_performance_test_hooks
|
||||||
|
|
||||||
# This must be run after installing the plugins, otherwise npm will try to
|
# This must be run after installing the plugins, otherwise npm will try to
|
||||||
# hoist common dependencies by removing them from src/node_modules and
|
# hoist common dependencies by removing them from src/node_modules and
|
||||||
|
@ -176,6 +177,7 @@ jobs:
|
||||||
ep_spellcheck
|
ep_spellcheck
|
||||||
ep_subscript_and_superscript
|
ep_subscript_and_superscript
|
||||||
ep_table_of_contents
|
ep_table_of_contents
|
||||||
|
ep_performance_test_hooks
|
||||||
|
|
||||||
# This must be run after installing the plugins, otherwise npm will try to
|
# This must be run after installing the plugins, otherwise npm will try to
|
||||||
# hoist common dependencies by removing them from src/node_modules and
|
# hoist common dependencies by removing them from src/node_modules and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue