Skip to content

Commit

Permalink
ci: remove cjs plugin test from the main CI tests
Browse files Browse the repository at this point in the history
We'll move it to the ecosystem-ci instead
  • Loading branch information
haoqunjiang committed Jun 24, 2022
1 parent a81c64f commit 0a36140
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ jobs:
- name: Test build
run: pnpm run test-build

- name: Test build with CJS plugin
run: pnpm run test-build-legacy-cjs

- name: Test docs
run: pnpm run test-docs

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"format": "prettier --write --cache .",
"lint": "eslint --cache packages/*/{src,types,__tests__}/** playground/**/__tests__/**/*.ts scripts/**",
"typecheck": "tsc -p scripts --noEmit && tsc -p playground --noEmit",
"test": "run-s test-unit test-serve test-build test-build-legacy-cjs",
"test": "run-s test-unit test-serve test-build",
"test-serve": "vitest run -c vitest.config.e2e.ts",
"test-build": "cross-env VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
"test-build-legacy-cjs": "cross-env VITE_TEST_LEGACY_CJS_PLUGIN=1 pnpm test-build",
Expand Down

0 comments on commit 0a36140

Please sign in to comment.