Skip to content

Commit

Permalink
Remove unnecessary test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jan 17, 2020
1 parent 13012e4 commit 66dc348
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Expand Up @@ -9,15 +9,6 @@ unit_tests: &unit_tests
name: Run unit tests.
command: npm run ci:test

unit_tests_12: &unit_tests_12
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Run unit tests.
command: npm run ci:test_12

jobs:
analysis:
docker:
Expand Down

0 comments on commit 66dc348

Please sign in to comment.