diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2019-08-30 07:19:30 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2019-08-30 07:19:30 +0000 |
| commit | da11e78133acc2ec904b5f9cbab0f85ac5401a95 (patch) | |
| tree | 5abc9d063d7869d68e3009b71636b34aaabe69f2 | |
| parent | 733a0331a047fcf699af35e382ba3c82e7ba999d (diff) | |
| download | vim-prettier-da11e78133acc2ec904b5f9cbab0f85ac5401a95.tar.xz | |
enabling-tests-to-auto-run-on-ci - broken command
- the command is broken, but now we are able to reproduce the same
output as in travis
| -rwxr-xr-x | run-test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ docker run \ -v $PWD:/testplugin \ -v $PWD/tests:/home \ "mitermayer/vim-test-bed" \ - yarn test + yarn --cwd testplugin test |
