ソースを参照
disable macOS tests for release
tags/v4.6.0
Samuel Attard
2年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 273DC1869D8F13EF
-
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 |
|
|
|