Skip to content

Commit

Permalink
Fix circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Aug 20, 2019
1 parent 905c9e1 commit 4796ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
jobs:
cypress_tests:
description: Run cypress tests
executor: cypress/browsers-chrome69
docker:
- image: cypress/browsers-chrome69
steps:
- run: yarn test-app:build
- run:
Expand Down

0 comments on commit 4796ec7

Please sign in to comment.