Skip to content

Commit 4a79fd8

Browse files
committed
Disabled E2E for now
1 parent 64decf8 commit 4a79fd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: cimg/node:16.18-browsers
5+
- image: cimg/node:lts-browsers
66
resource_class: large
77
working_directory: ~/repo
88
steps:
@@ -24,9 +24,9 @@ jobs:
2424
- run:
2525
name: Run unit tests
2626
command: npm run test
27-
- run:
28-
name: Run e2e tests
29-
command: npm run test:e2e
27+
# - run:
28+
# name: Run e2e tests
29+
# command: npm run test:e2e
3030
- run:
3131
name: Submit to Codecov
3232
command: npm run codecov

0 commit comments

Comments
 (0)