Skip to content

Commit

Permalink
chore: update ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 25, 2025
1 parent d6c01ba commit f6390b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Test
shell: cmd
run: |
pnpm test:ci || exit /b 1
pnpm test || exit /b 1
pnpm test:post || exit /b 1
install_and_test:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Test
run: |
pnpm test:ci
pnpm test
pnpm test:post
release:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"types": "./dist/index.d.ts",
"scripts": {
"test": "vitest run",
"test:ci": "pnpm test -- --ci",
"test:update": "TEST_UPDATE_SNAPSHOT=1 pnpm test",
"test:post": "cross-env POST_BUILD=1 pnpm test test/compile.test.ts test/integration.test.ts",
"docs:dev": "next dev docs",
Expand Down

0 comments on commit f6390b4

Please sign in to comment.