Skip to content

Commit

Permalink
fix bash syntax (#6505)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Feb 16, 2024
1 parent 7681cd2 commit a1eb362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qc_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
if: needs.paths-filter.outputs.api == 'false'
run: |
diff --color -u InvenTree/schema.yml api.yaml
diff -u InvenTree/schema.yml api.yaml && echo "no difference in API schema " || echo "differences in API schema" && exit 2
diff -u InvenTree/schema.yml api.yaml && echo "no difference in API schema " || exit 2
- name: Check schema - including warnings
run: invoke schema
continue-on-error: true
Expand Down

0 comments on commit a1eb362

Please sign in to comment.