Try one more time to spell

This commit is contained in:
Jordan Eldredge 2022-03-06 23:25:50 -08:00
parent 637e28f34d
commit 5fb446e78a

View file

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