Skip to content

Commit

Permalink
add e2e specs to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcwood committed Jun 29, 2021
1 parent 662f29b commit 79d9ac2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ jobs:
paths:
- ~/bundle
- run:
name: 'Specs'
name: 'Unit specs'
command: yarn test
- run:
name: 'e2e specs'
command: yarn e2e
- run:
name: 'Lint'
command: yarn lint
Expand Down

0 comments on commit 79d9ac2

Please sign in to comment.