From 71dd0bfa0481859fbc76266388371764e1efc526 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 28 Jan 2021 12:52:23 +0000 Subject: [PATCH] include performance metrics in testing --- .github/workflows/frontend-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index a283d8524..9262088f5 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -73,6 +73,7 @@ jobs: ep_spellcheck ep_subscript_and_superscript ep_table_of_contents + ep_performance_test_hooks # This must be run after installing the plugins, otherwise npm will try to # hoist common dependencies by removing them from src/node_modules and @@ -176,6 +177,7 @@ jobs: ep_spellcheck ep_subscript_and_superscript ep_table_of_contents + ep_performance_test_hooks # This must be run after installing the plugins, otherwise npm will try to # hoist common dependencies by removing them from src/node_modules and