feat: with e2e tests in github workflow node-ci

This commit is contained in:
Stepan Vladovskiy 2024-07-03 22:48:37 +00:00
parent 3e8efdcae5
commit 9106f45f53

View File

@ -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