No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
1 changed files with
4 additions and
2 deletions
-
.circleci/config.yml
|
|
@ -1,4 +1,6 @@ |
|
|
version: 2.1 |
|
|
version: 2.1 |
|
|
|
|
|
orbs: |
|
|
|
|
|
run-with-retry: kimh/run-with-retry@1.0.0 |
|
|
commands: |
|
|
commands: |
|
|
setup_deps: |
|
|
setup_deps: |
|
|
description: 'Setup cache and do a yarn install' |
|
|
description: 'Setup cache and do a yarn install' |
|
|
@ -20,8 +22,8 @@ jobs: |
|
|
- setup_deps |
|
|
- setup_deps |
|
|
- run: ./bin/run --version |
|
|
- run: ./bin/run --version |
|
|
- run: ./bin/run --help |
|
|
- run: ./bin/run --help |
|
|
- run: |
|
|
|
|
|
name: Testing |
|
|
|
|
|
|
|
|
- run-with-retry/run-with-retry: |
|
|
|
|
|
sleep: 2 |
|
|
command: yarn test --ci |
|
|
command: yarn test --ci |
|
|
- run: |
|
|
- run: |
|
|
name: Sending to codecov |
|
|
name: Sending to codecov |
|
|
|