瀏覽代碼
disable macOS tests for release
tags/v4.6.0
Samuel Attard
2 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 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 |
|
|
|