mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	seems like it does not like comments between envs
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/pr_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/pr_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -18,15 +18,13 @@ env:
 | 
			
		||||
 | 
			
		||||
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
 | 
			
		||||
  # general database settings
 | 
			
		||||
  INVENTREE_DB_ENGINE: sqlite3
 | 
			
		||||
  INVENTREE_DB_ENGINE: sqlite3  # general database settings
 | 
			
		||||
  INVENTREE_DB_NAME: inventree
 | 
			
		||||
  INVENTREE_DB_NAME_main: inventree
 | 
			
		||||
  INVENTREE_MEDIA_ROOT: ./media
 | 
			
		||||
  INVENTREE_STATIC_ROOT: ./static
 | 
			
		||||
 | 
			
		||||
  # for full databases
 | 
			
		||||
  INVENTREE_DB_USER: inventree
 | 
			
		||||
  INVENTREE_DB_USER: inventree  # for full databases
 | 
			
		||||
  INVENTREE_DB_PASSWORD: password
 | 
			
		||||
  INVENTREE_DB_HOST: '127.0.0.1'
 | 
			
		||||
  INVENTREE_DEBUG: info
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user