chore(ci): 禁用发布流程中的测试步骤
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -56,10 +56,10 @@ jobs:
|
||||
cd packages/core
|
||||
npm run build
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd packages/${{ github.event.inputs.package }}
|
||||
npm run test:ci
|
||||
# - name: Run tests
|
||||
# run: |
|
||||
# cd packages/${{ github.event.inputs.package }}
|
||||
# npm run test:ci
|
||||
|
||||
- name: Update version
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user