Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
update test commands, separate install
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 26, 2020
1 parent dd3311f commit cbb499b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,22 @@ jobs:
- attach_workspace:
at: ~/
- run: npm run semantic-release

workflows:
build:
jobs:
- cypress/install:
name: Install
executor: cypress/browsers-chrome78-ff70

- cypress/run:
name: Electron tests
requires:
- Install
executor: cypress/browsers-chrome78-ff70
install-command: echo 'Nothing to install in this job'
no-workspace: true

- release:
requires:
- cypress/run

0 comments on commit cbb499b

Please sign in to comment.