Skip to content

Commit

Permalink
Remove CircleCI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Sep 14, 2023
1 parent 3e1cee5 commit 019e36c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,30 @@ orbs:
codecov: codecov/codecov@3

jobs:
build:
pre-publish:
executor:
name: ship/node
tag: 18.16.0
steps:
- checkout
- ship/node-install-packages:
pkg-manager: yarn
- run: yarn run test:ci
- codecov/upload:
file: coverage/coverage-final.json

workflows:
build-and-test:
publish:
jobs:
- build
- pre-publish:
filters:
branches:
only:
- master

- ship/node-publish:
node-version: 18.16.0
pkg-manager: yarn
publish-command: npm publish
requires:
- build
- pre-publish
context:
- publish-npm
- publish-gh
Expand Down

0 comments on commit 019e36c

Please sign in to comment.