mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Disabled E2E for now
This commit is contained in:
parent
64decf836e
commit
4a79fd8a16
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user