feat: with e2e tests in github workflow node-ci
This commit is contained in:
parent
3e8efdcae5
commit
9106f45f53
6
.github/workflows/node-ci.yml
vendored
6
.github/workflows/node-ci.yml
vendored
|
@ -26,3 +26,9 @@ jobs:
|
||||||
|
|
||||||
- name: Test production build
|
- name: Test production build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Install e2e test dependencies
|
||||||
|
run: npm run e2e:install
|
||||||
|
|
||||||
|
- name: Run e2e tests
|
||||||
|
run: npm run e2e:tests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user