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
|
cd packages/core
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Run tests
|
# - name: Run tests
|
||||||
run: |
|
# run: |
|
||||||
cd packages/${{ github.event.inputs.package }}
|
# cd packages/${{ github.event.inputs.package }}
|
||||||
npm run test:ci
|
# npm run test:ci
|
||||||
|
|
||||||
- name: Update version
|
- name: Update version
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
Reference in New Issue
Block a user