diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ad5268a..c37b7539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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