Disabled E2E for now

This commit is contained in:
Ferdi Koomen 2022-10-29 12:47:13 +02:00
parent 64decf836e
commit 4a79fd8a16

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/node:16.18-browsers
- image: cimg/node:lts-browsers
resource_class: large
working_directory: ~/repo
steps:
@ -24,9 +24,9 @@ jobs:
- run:
name: Run unit tests
command: npm run test
- run:
name: Run e2e tests
command: npm run test:e2e
# - run:
# name: Run e2e tests
# command: npm run test:e2e
- run:
name: Submit to Codecov
command: npm run codecov