chore: e2e test CI: fix run command

This commit is contained in:
woothu
2020-01-30 15:46:56 +01:00
parent 79f8a3b315
commit c496b32cb0
+3 -2
View File
@@ -43,7 +43,8 @@ jobs:
with:
node-version: 12
- name: e2e chrome test
run: npm i
run : npm run test:e2e
run: |
npm i
npm run test:e2e
env:
BROWSER: chrome