ndrg13
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
3 deletions
-
.circleci/config.yml
|
|
@ -42,7 +42,7 @@ jobs: |
|
|
docker: |
|
|
docker: |
|
|
- image: circleci/node:12 |
|
|
- image: circleci/node:12 |
|
|
auth: |
|
|
auth: |
|
|
username: nicodrg |
|
|
|
|
|
|
|
|
sername: nicodrg |
|
|
password: Ndrg100394 |
|
|
password: Ndrg100394 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
@ -52,3 +52,11 @@ jobs: |
|
|
- run: |
|
|
- run: |
|
|
name: Run test with jest |
|
|
name: Run test with jest |
|
|
command: yarn test:ci |
|
|
command: yarn test:ci |
|
|
|
|
|
|
|
|
|
|
|
workflows: |
|
|
|
|
|
version: 2 |
|
|
|
|
|
integration: |
|
|
|
|
|
jobs: |
|
|
|
|
|
- build |
|
|
|
|
|
- lint |
|
|
|
|
|
- test |