mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	use env for db name
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/pr_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pr_checks.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -269,7 +269,7 @@ jobs: | ||||
|         image: mysql:latest | ||||
|         env: | ||||
|           MYSQL_ALLOW_EMPTY_PASSWORD: yes | ||||
|           MYSQL_DATABASE: inventree | ||||
|           MYSQL_DATABASE: ${{ env.INVENTREE_DB_NAME }} | ||||
|           MYSQL_USER: inventree | ||||
|           MYSQL_PASSWORD: password | ||||
|           MYSQL_ROOT_PASSWORD: password | ||||
|   | ||||
		Reference in New Issue
	
	Block a user