mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 13:46:09 +00:00 
			
		
		
		
	test image matrix
This commit is contained in:
		@@ -126,7 +126,7 @@ build:pacman:
 | 
				
			|||||||
      - "*.pkg.tar.zst"
 | 
					      - "*.pkg.tar.zst"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test:
 | 
					test:
 | 
				
			||||||
  image: python:3.11-slim-bookworm
 | 
					  image: $IMAGE
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  interruptible: true
 | 
					  interruptible: true
 | 
				
			||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
@@ -141,6 +141,7 @@ test:
 | 
				
			|||||||
    DATABASE: sqlite:///../app/db.sqlite
 | 
					    DATABASE: sqlite:///../app/db.sqlite
 | 
				
			||||||
  parallel:
 | 
					  parallel:
 | 
				
			||||||
    matrix:
 | 
					    matrix:
 | 
				
			||||||
 | 
					      - IMAGE: ['python:3.11-slim-bookworm']
 | 
				
			||||||
      - REQUIREMENTS:
 | 
					      - REQUIREMENTS:
 | 
				
			||||||
          - requirements.txt
 | 
					          - requirements.txt
 | 
				
			||||||
          - .DEBIAN/requirements-bookworm-12.txt
 | 
					          - .DEBIAN/requirements-bookworm-12.txt
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user