Skip to content

Commit 4cc3c93

Browse files
ci(test): remove useless test (#1582)
1 parent ea5201b commit 4cc3c93

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/deprecated-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,7 @@ jobs:
5454
run: pnpm build --filter codemod --filter @codemod-com/jscodeshift-utils
5555

5656
- name: Run unit tests
57-
run: |
58-
if [[ ${{ matrix.os }} == "windows-latest" ]]; then
59-
pnpm test:win
60-
else
61-
pnpm build --filter @codemod-com/backend && pnpm test
62-
fi
57+
run: pnpm build --filter @codemod-com/backend && pnpm test
6358
shell: bash
6459
env:
6560
DATABASE_URI: ${{ secrets.DATABASE_URI }}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@
4646
"lint:formatter": "biome format --write --diagnostic-level=error .",
4747
"test": "pnpm run test:unit && pnpm run test:backend",
4848
"test:silent": "pnpm run test:unit --silent && pnpm run test:backend --silent",
49-
"test:unit": "vitest run --exclude \"(apps/backend/**/*.*|submodules/**/*.*|crates/**/*.*|packages/codemods/next/13/app-directory-boilerplate/test/test.win.ts)\"",
49+
"test:unit": "vitest run --exclude '(apps/backend/**/*.*|submodules/**/*.*|crates/**/*.*)'",
5050
"test:backend": "pnpm --filter @codemod-com/backend test",
51-
"test:win": "vitest run packages/codemods/next/13/app-directory-boilerplate/test/test.win.ts",
5251
"coverage": "pnpm test:unit --coverage",
5352
"prepare": "husky install",
5453
"release": "pnpm changeset publish --tag legacy",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy