mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: fix coverage report (#9695)
This commit is contained in:
		
							parent
							
								
									67d59d6141
								
							
						
					
					
						commit
						713c5560a8
					
				
							
								
								
									
										2
									
								
								.github/workflows/build_coverage.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build_coverage.yaml
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,7 @@
 | 
				
			|||||||
name: Coverage
 | 
					name: Coverage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
 | 
					  workflow_dispatch:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - main
 | 
					      - main
 | 
				
			||||||
@ -44,7 +45,6 @@ jobs:
 | 
				
			|||||||
      - run: yarn install --immutable
 | 
					      - run: yarn install --immutable
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          YARN_ENABLE_SCRIPTS: false
 | 
					          YARN_ENABLE_SCRIPTS: false
 | 
				
			||||||
      - run: yarn build:frontend
 | 
					 | 
				
			||||||
      - run: yarn run test:coverage
 | 
					      - run: yarn run test:coverage
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          CI: true
 | 
					          CI: true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user