mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2025-12-16 15:33:23 +00:00
14 lines
223 B
YAML
14 lines
223 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: node:10
|
|
steps:
|
|
- checkout
|
|
- run:
|
|
name: dep install
|
|
command: npm install
|
|
- run:
|
|
name: test
|
|
command: npm test
|