mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Typo fix
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/mysql.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mysql.yaml
									
									
									
									
										vendored
									
									
								
							@@ -19,7 +19,7 @@ jobs:
 | 
			
		||||
          MYSQL_PASSWORD: password
 | 
			
		||||
        options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
 | 
			
		||||
        ports:
 | 
			
		||||
          - 3306
 | 
			
		||||
          - 3306:3306
 | 
			
		||||
      
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Code
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										9
									
								
								.github/workflows/postgresql.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/postgresql.yaml
									
									
									
									
										vendored
									
									
								
							@@ -13,9 +13,11 @@ jobs:
 | 
			
		||||
      postgres:
 | 
			
		||||
        image: postgres
 | 
			
		||||
        env:
 | 
			
		||||
          POSTGRES_USER: inventree
 | 
			
		||||
          POSTGRES_PASSWORD: password
 | 
			
		||||
          POSTGRES_DB: inventree_test_db
 | 
			
		||||
        ports:
 | 
			
		||||
          - 5432
 | 
			
		||||
          - 5432:5432
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Code
 | 
			
		||||
@@ -28,11 +30,8 @@ jobs:
 | 
			
		||||
        run: |
 | 
			
		||||
          sudo apt-get install libpq-dev
 | 
			
		||||
          pip3 install invoke
 | 
			
		||||
          pip3 install pyscopg2
 | 
			
		||||
          pip3 install psycopg2
 | 
			
		||||
          invoke install
 | 
			
		||||
      - name: Create Database
 | 
			
		||||
        run: |
 | 
			
		||||
          psql -c 'create database inventree_test_db;' -U postgres
 | 
			
		||||
      - name: Run Tests
 | 
			
		||||
        run: |
 | 
			
		||||
          cd InvenTree
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user