Compare commits

...

1 Commits

Author SHA1 Message Date
webzwo0i bf081f6d12 remove ep_markdown from backend tests 2020-11-29 01:49:09 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,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_readonly_guest ep_spellcheck ep_subscript_and_superscript ep_table_of_contents
# configures some settings and runs npm run test
- name: Run the backend tests