From 53ac25e9eb24bb0c9c99e5b1d14fb0e1a49c9ead Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 26 Nov 2020 14:10:10 +0000 Subject: [PATCH] tests: include set title on pad in plugins --- .github/workflows/frontend-tests.yml | 2 +- .travis.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 7a2846dbe..3b178622e 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -59,7 +59,7 @@ jobs: run: bin/installDeps.sh - name: Install etherpad plugins - run: npm install ep_align ep_author_hover ep_cursortrace ep_font_size ep_hash_auth ep_headings2 ep_markdown ep_readonly_guest ep_spellcheck ep_subscript_and_superscript ep_table_of_contents + run: npm install ep_align ep_author_hover ep_cursortrace ep_font_size ep_hash_auth ep_headings2 ep_markdown ep_readonly_guest ep_spellcheck ep_subscript_and_superscript ep_table_of_contents ep_set_title_on_pad - name: export GIT_HASH to env id: environment diff --git a/.travis.yml b/.travis.yml index 87181c157..3f8ad1cf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ _install_plugins: &install_plugins >- ep_spellcheck ep_subscript_and_superscript ep_table_of_contents + ep_set_title_on_pad jobs: include: