mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Fix workflows
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/mariadb.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/mariadb.yaml
									
									
									
									
										vendored
									
									
								
							@@ -15,7 +15,6 @@ jobs:
 | 
			
		||||
      INVENTREE_DB_HOST: '127.0.0.1'
 | 
			
		||||
      INVENTREE_DB_PORT: 3306
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    services:
 | 
			
		||||
      mariadb:
 | 
			
		||||
        image: mariadb:latest
 | 
			
		||||
@@ -41,6 +40,4 @@ jobs:
 | 
			
		||||
          pip3 install mysqlclient
 | 
			
		||||
          invoke install
 | 
			
		||||
      - name: Run Tests
 | 
			
		||||
      run: |
 | 
			
		||||
        cd InvenTree
 | 
			
		||||
        python3 manage.py test --settings=InvenTree.ci_mysql
 | 
			
		||||
        run: invoke test
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/mysql.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/mysql.yaml
									
									
									
									
										vendored
									
									
								
							@@ -43,6 +43,4 @@ jobs:
 | 
			
		||||
          pip3 install mysqlclient
 | 
			
		||||
          invoke install
 | 
			
		||||
      - name: Run Tests
 | 
			
		||||
        run: |
 | 
			
		||||
          cd InvenTree
 | 
			
		||||
          python3 manage.py test --settings=InvenTree.ci_mysql
 | 
			
		||||
        run: invoke test
 | 
			
		||||
							
								
								
									
										5
									
								
								.github/workflows/postgresql.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/postgresql.yaml
									
									
									
									
										vendored
									
									
								
							@@ -41,7 +41,4 @@ jobs:
 | 
			
		||||
          pip3 install psycopg2
 | 
			
		||||
          invoke install
 | 
			
		||||
      - name: Run Tests
 | 
			
		||||
        run: |
 | 
			
		||||
          cd InvenTree
 | 
			
		||||
          python3 manage.py test --settings=InvenTree.ci_postgresql
 | 
			
		||||
  
 | 
			
		||||
        run: invoke test
 | 
			
		||||
		Reference in New Issue
	
	Block a user