mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
tests: include set title on pad in plugins
This commit is contained in:
parent
83e28ec031
commit
53ac25e9eb
2 changed files with 2 additions and 1 deletions
2
.github/workflows/frontend-tests.yml
vendored
2
.github/workflows/frontend-tests.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue