mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
remove frontend tests before running plugin tests
This commit is contained in:
parent
f823f48607
commit
5262c1da0d
1 changed files with 2 additions and 1 deletions
|
@ -65,12 +65,13 @@ jobs:
|
||||||
# we can only frontend tests from the ether/ organization and not from forks.
|
# we can only frontend tests from the ether/ organization and not from forks.
|
||||||
# To request tests to be run ask a maintainer to fork your repo to ether/
|
# To request tests to be run ask a maintainer to fork your repo to ether/
|
||||||
- if: fork = false
|
- if: fork = false
|
||||||
name: "Test the Frontend with Plugins"
|
name: "Test the Frontend Plugins only"
|
||||||
install:
|
install:
|
||||||
#FIXME
|
#FIXME
|
||||||
- "sed 's/\"loglevel\": \"INFO\",/\"loglevel\": \"WARN\",/g' settings.json.template > settings.json"
|
- "sed 's/\"loglevel\": \"INFO\",/\"loglevel\": \"WARN\",/g' settings.json.template > settings.json"
|
||||||
- "tests/frontend/travis/sauce_tunnel.sh"
|
- "tests/frontend/travis/sauce_tunnel.sh"
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
|
- "rm -Rf tests/frontend/specs"
|
||||||
- "npm install ep_hash_auth ep_cursortrace ep_subscript_and_superscript ep_headings2 ep_author_hover ep_align ep_webrtc ep_table_of_contents ep_font_size ep_markdown ep_spellcheck"
|
- "npm install ep_hash_auth ep_cursortrace ep_subscript_and_superscript ep_headings2 ep_author_hover ep_align ep_webrtc ep_table_of_contents ep_font_size ep_markdown ep_spellcheck"
|
||||||
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue