mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-05-01 16:59:01 +08:00
ci(docs): Show diff on yarn install --immutable failure
This commit is contained in:
parent
178d60a46d
commit
17ba11694c
7
.github/workflows/test-docs-site-build.yml
vendored
7
.github/workflows/test-docs-site-build.yml
vendored
@ -34,3 +34,10 @@ jobs:
|
||||
run: |
|
||||
cd docs-site~
|
||||
yarn install --immutable
|
||||
|
||||
- name: Display diff on failure
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
cd docs-site~
|
||||
yarn install && git diff
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user