diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eb42393c..2188de14a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,9 +180,6 @@ jobs: - name: Typecheck extensions run: npm run typecheck:extensions - - name: Validate package is installable - run: npm run validate-pack - - name: Run unit tests run: npm run test:unit