Merge pull request #1 from Trendyol/circleci-project-setup

Add .circleci/config.yml
master
hasan genc 5 years ago committed by GitHub
commit f1f6a6aafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .circleci/config.yml

@ -14,6 +14,9 @@ jobs:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: npm install
- run:
name: Run build
command: npm run build
- run:
name: Run tests
command: npm test
@ -49,6 +52,9 @@ jobs:
workflows:
version: 2
test:
jobs:
- test
test-deploy:
jobs:
- test:

Loading…
Cancel
Save