mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	fix schema path (#6474)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -160,8 +160,8 @@ jobs:
 | 
			
		||||
      - name: Check for differences in schemas
 | 
			
		||||
        if: needs.paths-filter.outputs.api == 'false'
 | 
			
		||||
        run: |
 | 
			
		||||
          diff --color -u schema.yml api.yaml
 | 
			
		||||
          diff -u schema.yml api.yaml && echo "no difference in API schema " || echo "differences in API schema" && exit 2
 | 
			
		||||
          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
 | 
			
		||||
      - name: Check schema - including warnings
 | 
			
		||||
        run: invoke schema
 | 
			
		||||
        continue-on-error: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user