Samuel Attard
пре 2 година
No known key found for this signature in database
GPG Key ID: 273DC1869D8F13EF
1 измењених фајлова са
6 додато и
6 уклоњено
-
circle.yml
|
|
@@ -14,12 +14,12 @@ jobs: |
|
|
|
- run: |
|
|
|
name: Run Linting |
|
|
|
command: yarn test |
|
|
|
- run: |
|
|
|
name: Run Tests |
|
|
|
command: yarn test-electron-coverage |
|
|
|
- run: |
|
|
|
name: Publish Coverage |
|
|
|
command: yarn _coverage_publish |
|
|
|
#- run: |
|
|
|
# name: Run Tests |
|
|
|
# command: yarn test-electron-coverage |
|
|
|
#- run: |
|
|
|
# name: Publish Coverage |
|
|
|
# command: yarn _coverage_publish |
|
|
|
- run: |
|
|
|
name: Import Keys |
|
|
|
command: ./sig/import.sh |
|
|
|