fix: some GitHub run action problem (#13991)
This commit is contained in:
parent
19d413ac1e
commit
66747a8eef
151 changed files with 5894 additions and 99 deletions
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
|
||||
- name: Web dependencies
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
run: pnpm install
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Web style check
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
|
|
|
|||
2
.github/workflows/tool-test-sdks.yaml
vendored
2
.github/workflows/tool-test-sdks.yaml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
cache-dependency-path: 'pnpm-lock.yaml'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Test
|
||||
run: pnpm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue