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:
parent
23b9392091
commit
6a2f552cff
17
.circleci/config.yml
Normal file
17
.circleci/config.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user