Samuel Attard
2 vuotta sitten
vanhempi
commit
aa0220027f
No known key found for this signature in database
GPG Key ID: 273DC1869D8F13EF
1 muutettua tiedostoa jossa
6 lisäystä ja
6 poistoa
-
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 |
|
|
|