mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	[CI] upload the forgejo under test as an artifact for end-to-end (squash) after build
This commit is contained in:
		
					parent
					
						
							
								011de92174
							
						
					
				
			
			
				commit
				
					
						ba35f42e3d
					
				
			
		
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
# SPDX-License-Identifier: MIT
 | 
					# SPDX-License-Identifier: MIT
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
   pull_request_target:
 | 
					  pull_request_target:
 | 
				
			||||||
     types:
 | 
					    types:
 | 
				
			||||||
       - labeled
 | 
					      - labeled
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  info:
 | 
					  info:
 | 
				
			||||||
| 
						 | 
					@ -48,6 +48,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  cascade:
 | 
					  cascade:
 | 
				
			||||||
    if: github.event.action == 'label_updated' && contains(github.event.pull_request.labels.*.name, 'run-end-to-end-tests')
 | 
					    if: github.event.action == 'label_updated' && contains(github.event.pull_request.labels.*.name, 'run-end-to-end-tests')
 | 
				
			||||||
 | 
					    needs: [build]
 | 
				
			||||||
    runs-on: docker
 | 
					    runs-on: docker
 | 
				
			||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: node:20-bookworm
 | 
					      image: node:20-bookworm
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue