continue-on-error: true
This commit is contained in:
parent
a53663f4df
commit
9264b50c32
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn set version berry
|
- run: yarn set version berry
|
||||||
- run: yarn workspaces foreach install --immutable
|
- run: yarn workspaces foreach install --immutable
|
||||||
|
continue-on-error: true
|
||||||
- name: Check yarn.lock
|
- name: Check yarn.lock
|
||||||
run: git diff --exit-code yarn.lock
|
run: git diff --exit-code yarn.lock
|
||||||
- name: Copy Configure
|
- name: Copy Configure
|
||||||
|
|
Loading…
Reference in a new issue