fix: need to deploy before e2e. Right now without e2e
This commit is contained in:
parent
9106f45f53
commit
24f4a22110
8
.github/workflows/node-ci.yml
vendored
8
.github/workflows/node-ci.yml
vendored
|
@ -27,8 +27,8 @@ jobs:
|
||||||
- name: Test production build
|
- name: Test production build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Install e2e test dependencies
|
# - name: Install e2e test dependencies
|
||||||
run: npm run e2e:install
|
# run: npm run e2e:install
|
||||||
|
|
||||||
- name: Run e2e tests
|
# - name: Run e2e tests
|
||||||
run: npm run e2e:tests
|
# run: npm run e2e:tests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user