2
0
mirror of https://github.com/cderche/greenlock-challenge-s3 synced 2025-05-10 15:36:33 +00:00

Create config.yml

This commit is contained in:
cyrille 2019-05-08 17:20:56 +01:00 committed by GitHub
parent 23b9392091
commit 6a2f552cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.circleci/config.yml Normal file
View File

@ -0,0 +1,17 @@
version: 2
jobs:
test:
docker:
- image: circleci/node:10.13
steps:
- checkout
- run: npm install
- run: npm run clean
- run: npm run test
- run: npm run clean
workflows:
version: 2
test:
jobs:
- test