Small Publish action fix.
-Fixed: Renamed files to junit_files since the original is deprecated
This commit is contained in:
		
							parent
							
								
									03b23f0e3c
								
							
						
					
					
						commit
						5118ae8b1f
					
				
							
								
								
									
										2
									
								
								.github/workflows/build_tests_action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build_tests_action.yml
									
									
									
									
										vendored
									
									
								
							@ -32,7 +32,7 @@ jobs:
 | 
				
			|||||||
         id: test-results
 | 
					         id: test-results
 | 
				
			||||||
         if: always()
 | 
					         if: always()
 | 
				
			||||||
         with:
 | 
					         with:
 | 
				
			||||||
            files: build/test-results/**/*.xml
 | 
					            junit_files: build/test-results/**/*.xml
 | 
				
			||||||
            fail_on: nothing
 | 
					            fail_on: nothing
 | 
				
			||||||
            ignore_runs: true
 | 
					            ignore_runs: true
 | 
				
			||||||
            json_thousands_separator: .
 | 
					            json_thousands_separator: .
 | 
				
			||||||
 | 
				
			|||||||
@ -32,7 +32,7 @@ jobs:
 | 
				
			|||||||
         id: test-results
 | 
					         id: test-results
 | 
				
			||||||
         if: always()
 | 
					         if: always()
 | 
				
			||||||
         with:
 | 
					         with:
 | 
				
			||||||
            files: build/test-results/**/*.xml
 | 
					            junit_files: build/test-results/**/*.xml
 | 
				
			||||||
            fail_on: nothing
 | 
					            fail_on: nothing
 | 
				
			||||||
            ignore_runs: true
 | 
					            ignore_runs: true
 | 
				
			||||||
            json_thousands_separator: .
 | 
					            json_thousands_separator: .
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user