mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	test(ldap): add LDAP tests
This commit is contained in:
		
					parent
					
						
							
								1bce2dc5c5
							
						
					
				
			
			
				commit
				
					
						aa66d0a0eb
					
				
			
		
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -140,6 +140,8 @@ jobs:
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          MINIO_ROOT_USER: 123456
 | 
					          MINIO_ROOT_USER: 123456
 | 
				
			||||||
          MINIO_ROOT_PASSWORD: 12345678
 | 
					          MINIO_ROOT_PASSWORD: 12345678
 | 
				
			||||||
 | 
					      ldap:
 | 
				
			||||||
 | 
					        image: docker.io/gitea/test-openldap:latest
 | 
				
			||||||
      pgsql:
 | 
					      pgsql:
 | 
				
			||||||
        image: 'docker.io/postgres:15'
 | 
					        image: 'docker.io/postgres:15'
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
| 
						 | 
					@ -176,6 +178,7 @@ jobs:
 | 
				
			||||||
          TAGS: bindata
 | 
					          TAGS: bindata
 | 
				
			||||||
          RACE_ENABLED: true
 | 
					          RACE_ENABLED: true
 | 
				
			||||||
          USE_REPO_TEST_DIR: 1
 | 
					          USE_REPO_TEST_DIR: 1
 | 
				
			||||||
 | 
					          TEST_LDAP: 1
 | 
				
			||||||
  test-sqlite:
 | 
					  test-sqlite:
 | 
				
			||||||
    if: ${{ !startsWith(vars.ROLE, 'forgejo-') }}
 | 
					    if: ${{ !startsWith(vars.ROLE, 'forgejo-') }}
 | 
				
			||||||
    runs-on: docker
 | 
					    runs-on: docker
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue