Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 20, 2025
1 parent fb3b70f commit fe955eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI lib/plugin
name: CI lib/plugins

on:
push:
Expand All @@ -13,6 +13,6 @@ jobs:
with:
os: 'ubuntu-latest, macos-latest, windows-latest'
version: '18.19.0, 18, 20, 22'
test: 'npm run ci:lib/plugin'
test: 'npm run ci:lib/plugins'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@
"ci": "egg-bin cov",
"postci": "npm run prepublishOnly && npm run clean",
"prepublishOnly": "tshy && tshy-after && attw --pack --profile node16",
"ci:app": "npm run ci test/app/**/*.test.ts",
"ci:lib/cluster": "npm run ci test/lib/cluster/**/*.test.ts",
"ci:lib/core": "npm run ci test/lib/core/**/*.test.ts",
"ci:lib/plugin": "npm run ci test/lib/plugin/**/*.test.ts",
"ci:lib/other": "npm run ci test/lib/*.test.ts",
"ci:other": "npm run ci test/*.test.ts",
"ci:app": "npm run ci 'test/app/**/*.test.ts'",
"ci:lib/cluster": "npm run ci 'test/lib/cluster/**/*.test.ts'",
"ci:lib/core": "npm run ci 'test/lib/core/**/*.test.ts'",
"ci:lib/plugins": "npm run ci 'test/lib/plugins/**/*.test.ts'",
"ci:lib/other": "npm run ci 'test/lib/*.test.ts'",
"ci:other": "npm run ci 'test/*.test.ts'",
"site:dev": "cross-env APP_ROOT=./site dumi dev",
"site:build": "cross-env APP_ROOT=./site dumi build",
"site:prettier": "prettier --config site/.prettierrc --ignore-path site/.prettierignore --write \"site/**/*.{js,jsx,tsx,ts,less,md,json}\"",
Expand Down

0 comments on commit fe955eb

Please sign in to comment.