chore: CI workflow fixes

This commit is contained in:
Anix
2020-01-09 00:58:27 +05:30
committed by GitHub
parent 45d0c3af80
commit 336908f721
+3 -3
View File
@@ -1,4 +1,4 @@
name: Testing the e2e jest suites
name: Testing the e2e test suites
on:
push:
@@ -29,5 +29,5 @@ jobs:
run: npm run build
- name: linting
run: npm run lint
- name: Jest + puppeteer end to end
run: npm run jest:e2e
- name: end to end
run: npm run test:e2e