Skip to content

Commit

Permalink
disable macOS tests for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Jun 24, 2018
1 parent b306694 commit aa02200
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa02200

Please sign in to comment.