Remove test-extra script from TestRepos workflow due to timing out and not producing meaningful benefit for some time.

This commit is contained in:
David Anson 2023-02-25 15:27:38 -08:00
parent 962547ecc8
commit 781b854f4b

View file

@ -27,5 +27,3 @@ jobs:
run: npm run clone-test-repos
- name: Lint Test Repos
run: npm run lint-test-repos
- name: Run Extra Tests
run: npm run test-extra