Use workspaces in CI

This commit is contained in:
Jordan Eldredge 2020-05-17 21:45:36 -07:00
parent 507416ff4a
commit 4bebcdd4e6

View file

@ -27,9 +27,9 @@ jobs:
yarn workspace webamp build
yarn workspace webamp build-library
- name: Run Unit Tests
run: yarn test
run: yarn workspace webamp test
- name: Run Integration Tests
run: yarn integration-tests
run: yarn workspace webamp integration-tests
env:
CI: true
- name: Upload Screenshot Diffs