mirror of
				https://code.forgejo.org/actions/forgejo-release.git
				synced 2025-11-04 06:41:57 +02:00 
			
		
		
		
	tests.yml: Run tests on both Debian and Alpine base images.
This commit is contained in:
		
							parent
							
								
									067e18fae2
								
							
						
					
					
						commit
						1d79e86315
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,14 @@
 | 
			
		|||
on: [ pull_request, push ]
 | 
			
		||||
jobs:
 | 
			
		||||
  tests:
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        image: 
 | 
			
		||||
          - code.forgejo.org/oci/node:22-trixie
 | 
			
		||||
          - code.forgejo.org/oci/node:22-alpine
 | 
			
		||||
    runs-on: docker
 | 
			
		||||
    container:
 | 
			
		||||
      image: ${{ matrix.image }}
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue