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