mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-18 11:25:48 +00:00
Adds circleci config file
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
version: 2.1
|
||||
orbs:
|
||||
node: circleci/node@4.1.0
|
||||
jobs:
|
||||
build:
|
||||
executor:
|
||||
name: node/default
|
||||
tag: '14'
|
||||
steps:
|
||||
- checkout
|
||||
- node/with-cache:
|
||||
steps:
|
||||
- run: yarn
|
||||
- run: yarn test
|
||||
Reference in New Issue
Block a user