move to own test
parent
92bbfe5814
commit
72b2b2571e
|
@ -14,8 +14,6 @@ before_install:
|
||||||
- sudo apt-get -y install libreoffice
|
- sudo apt-get -y install libreoffice
|
||||||
- sudo apt-get -y install libreoffice-pdfimport
|
- sudo apt-get -y install libreoffice-pdfimport
|
||||||
|
|
||||||
before_script:
|
|
||||||
- npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
|
@ -79,6 +77,11 @@ jobs:
|
||||||
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
script:
|
script:
|
||||||
- "tests/frontend/travis/runner.sh"
|
- "tests/frontend/travis/runner.sh"
|
||||||
|
- name: "Lint test package-lock.json"
|
||||||
|
install:
|
||||||
|
- "sudo npm install -g lockfile-lint"
|
||||||
|
script:
|
||||||
|
- npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
||||||
- name: "Run the Backend tests with Plugins"
|
- name: "Run the Backend tests with Plugins"
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
|
|
Loading…
Reference in New Issue