Skip to content

Remove dead CI configs (CircleCI + AppVeyor) #9

@dalberola

Description

@dalberola

[verified] Two CI configs are dead and misleading; GitHub Actions is the authoritative CI.

  • .circleci/config.yml: targets Node 10/12/14 and Python 3.6, calls npx lerna exec (lerna was removed), and runs e2e:apib / e2e:openapi2 scripts that no longer exist.
  • appveyor.yml: Windows CI targeting Node 12; not integrated anywhere.

Tasks

  • Confirm .github/workflows/* covers test + e2e + docs + publish (it does today).
  • Delete .circleci/config.yml.
  • Delete appveyor.yml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions