Run list-editor and editor tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2021-08-24 21:08:59 +02:00
parent 3bdc30465e
commit 96beb5c309

View File

@ -37,8 +37,10 @@ steps:
commands: commands:
- cd list-editor - cd list-editor
- npm install - npm install
- npm test
- cd ../editor - cd ../editor
- npm install - npm install
- npm test
- npm run docker - npm run docker
- name: rebuild-cache-with-filesystem - name: rebuild-cache-with-filesystem