Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

use circlecli #178

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
version: 2.1
workflows:
version: 2
build:
jobs:
- build

version: 2
jobs:
build:
docker:
— image: circleci/node:19.4
working_directory: ~/express-acl
executor: node/default
steps:
- checkout
- node/install-packages:
pkg-manager: npm
- run:
name: npm run tests
command: npm tests
— checkout
- run: npm install
— run: npm test