Unify tests into the top level workspace

This commit is contained in:
Jordan Eldredge 2022-03-06 22:37:37 -08:00
parent c706110e6f
commit 1880070205
24 changed files with 7979 additions and 2615 deletions

View file

@ -29,9 +29,8 @@ jobs:
yarn workspace webamp type-check
- name: Run Unit Tests
run: |
yarn workspace ani-cursor test
yarn test
yarn workspace webamp test
yarn workspace webamp-modern-2 test
- name: Run Integration Tests
run: yarn workspace webamp integration-tests
env: