mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 20:59:14 -04:00
tests: Fix backend testing which were always partially broken due to cache (#4053)
This commit is contained in:
parent
00b6a1d9fe
commit
c6b5846172
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ jobs:
|
|||
include:
|
||||
- name: "Run the Backend tests"
|
||||
install:
|
||||
- "bin/installDeps.sh"
|
||||
- "cd src && npm install && cd -"
|
||||
script:
|
||||
- "tests/frontend/travis/runnerBackend.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue