Skip to content

Commit

Permalink
Merge branch 'development' into support-segment-arc-degree-scale
Browse files Browse the repository at this point in the history
  • Loading branch information
rkyle35242 authored Mar 26, 2024
2 parents 51f0618 + 89965ce commit bf2a7b4
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ version: 2.1
defaults: &defaults
working_directory: ~/segmented-arc-for-react-native
docker:
- image: cimg/node:14.17.6
- image: cimg/node:18.15.0

yarn_install: &yarn_install
run:
name: Install yarn
command: yarn install --frozen-lockfile

orbs:
codecov: codecov/[email protected]

jobs:
test:
<<: *defaults
Expand All @@ -33,14 +30,7 @@ jobs:
name: Run unit tests
command: |
yarn test:coverage
environment:
JEST_JUNIT_OUTPUT_DIR: ./reports/junit/
- store_test_results:
path: ./reports/junit/
- store_artifacts:
path: ./reports/junit/
- codecov/upload:
file: ./coverage/coverage-final.json
deploy:
<<: *defaults
steps:
Expand Down

0 comments on commit bf2a7b4

Please sign in to comment.