Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
ci: only run unit tests for now
Browse files Browse the repository at this point in the history
Rather than trying to run our integration tests, we'll continue to only run our unit tests on CI. This is due to flakyness from CircleCI and ChromeDriver.
  • Loading branch information
stephenmathieson committed Jun 21, 2018
1 parent 39dbb6f commit 099601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -16,4 +16,4 @@ jobs:
paths:
- node_modules
- run: npm run lint
- run: npm run test
- run: npm run test:unit

0 comments on commit 099601c

Please sign in to comment.