Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madchicken committed Aug 16, 2024
1 parent 2eb16f5 commit 799af1e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ orbs:
node: circleci/node@5.0.2
jobs:
build-and-test:
executor:
name: node/default
docker:
- image: cimg/base:stable
steps:
- checkout
- node/with-cache:
steps:
- run: yarn install
- run: yarn test
- node/install
workflows:
build-and-test:
jobs:
- build-and-test
- node/test:
pkg-manager: yarn
test-results-for: jest

0 comments on commit 799af1e

Please sign in to comment.