Compare commits

...

5 Commits

Author SHA1 Message Date
John McLear 9635ca214d no need for elevated priv 2020-10-29 17:31:24 +00:00
John McLear d17626809f tidy 2020-10-29 16:59:15 +00:00
John McLear 72b2b2571e move to own test 2020-10-29 16:58:22 +00:00
John McLear 92bbfe5814 change order 2020-10-29 16:21:10 +00:00
John McLear d8413aaf2b lockfile lint check 2020-10-29 15:24:50 +00:00
1 changed files with 5 additions and 0 deletions

View File

@ -75,6 +75,11 @@ jobs:
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
script:
- "tests/frontend/travis/runner.sh"
- name: "Lint test package-lock.json"
install:
- "npm install lockfile-lint"
script:
- npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
- name: "Run the Backend tests with Plugins"
install:
- "bin/installDeps.sh"