From aa0220027fe375314e0833498e054cdb2bef2c99 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sun, 24 Jun 2018 14:44:32 +1000 Subject: [PATCH] disable macOS tests for release --- circle.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/circle.yml b/circle.yml index 40c12590..26cddae5 100644 --- a/circle.yml +++ b/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