mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 03:26:45 +00:00
Don't fail when diff is too big for echo (#9205)
This commit is contained in:
parent
6c52f00c16
commit
3ff507837d
1
.github/workflows/qc_checks.yaml
vendored
1
.github/workflows/qc_checks.yaml
vendored
@ -175,6 +175,7 @@ jobs:
|
|||||||
revision: "src/backend/InvenTree/schema.yml"
|
revision: "src/backend/InvenTree/schema.yml"
|
||||||
format: "html"
|
format: "html"
|
||||||
- name: Echoing diff to step
|
- name: Echoing diff to step
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
DIFF: ${{ steps.breaking_changes.outputs.diff }}
|
DIFF: ${{ steps.breaking_changes.outputs.diff }}
|
||||||
run: echo "${DIFF}" >> $GITHUB_STEP_SUMMARY
|
run: echo "${DIFF}" >> $GITHUB_STEP_SUMMARY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user