chore: use large repo clone in normal CI (#290)

This commit is contained in:
Nick Schonning 2020-05-23 15:51:42 -04:00 committed by GitHub
parent 306687127a
commit 0ec2fe83fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,6 @@ jobs:
- name: Install Dependencies
run: npm install --no-package-lock
- name: Clone Test Repos
run: npm run clone-test-repos
run: npm run clone-test-repos-large
- name: Lint Test Repos
run: npm run lint-test-repos