2
0
zrcadlo https://github.com/cderche/greenlock-challenge-s3 synchronizováno 2025-05-10 23:46:31 +00:00
2019-05-08 17:20:56 +01:00

18 řádky
261 B
YAML

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