GitHub Actions Iterations
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/unittests.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/unittests.yaml
									
									
									
									
										vendored
									
									
								
							@ -42,3 +42,7 @@ jobs:
 | 
			
		||||
        pytest-coverage-path: ./pytest-coverage.txt
 | 
			
		||||
        junitxml-path: ./pytest.xml
 | 
			
		||||
      if: github.event_name == 'pull_request'
 | 
			
		||||
    
 | 
			
		||||
    - name: Check results
 | 
			
		||||
      run: |
 | 
			
		||||
        grep -q "FAILED" pytest-coverage.txt && exit 1 || exit 0
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user