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

Loading…
Cancel
Save