tests: include set title on pad in plugins
parent
83e28ec031
commit
53ac25e9eb
|
@ -59,7 +59,7 @@ jobs:
|
||||||
run: bin/installDeps.sh
|
run: bin/installDeps.sh
|
||||||
|
|
||||||
- name: Install etherpad plugins
|
- 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
|
- name: export GIT_HASH to env
|
||||||
id: environment
|
id: environment
|
||||||
|
|
|
@ -36,6 +36,7 @@ _install_plugins: &install_plugins >-
|
||||||
ep_spellcheck
|
ep_spellcheck
|
||||||
ep_subscript_and_superscript
|
ep_subscript_and_superscript
|
||||||
ep_table_of_contents
|
ep_table_of_contents
|
||||||
|
ep_set_title_on_pad
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in New Issue