Run tests, for codecoverage after push to main
This allows us to generate a regular baseline to compare upcoming push requests against.
This commit is contained in:
		
					parent
					
						
							
								d2e2d3e768
							
						
					
				
			
			
				commit
				
					
						1971c18034
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/test.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yaml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,8 @@
 | 
			
		|||
name: Run jest tests
 | 
			
		||||
on:
 | 
			
		||||
  pull_request: {}
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [main]
 | 
			
		||||
jobs:
 | 
			
		||||
  jest:
 | 
			
		||||
    name: Run jest tests
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue