diff --git a/.github/workflows/nodejs.yml b/.github/workflows/ci.yml similarity index 96% rename from .github/workflows/nodejs.yml rename to .github/workflows/ci.yml index f5d64b35..3ad5268a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/ci.yml @@ -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