tests: include set title on pad in plugins

pull/4521/head
John McLear 2020-11-26 14:10:10 +00:00
parent 83e28ec031
commit 53ac25e9eb
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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: