This commit is contained in:
Jordan Eldredge 2022-03-06 23:21:09 -08:00
parent 8b0352ef91
commit 637e28f34d

View file

@ -29,7 +29,7 @@ jobs:
yarn workspace webamp type-check
- name: Run Unit Tests
run: |
touch packages/skins-databse/config.js
touch packages/skin-databse/config.js
yarn test
yarn workspace webamp test
- name: Run Integration Tests