mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	refactor(server): flatten infra folders (#2120)
* refactor: flatten infra folders * fix: database migrations * fix: test related import * fix: github actions workflow * chore: rename schemas to typesense-schemas
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@@ -110,13 +110,13 @@ jobs:
 | 
			
		||||
        continue-on-error: true
 | 
			
		||||
        run: |
 | 
			
		||||
          cd server
 | 
			
		||||
          npm run typeorm:migrations:generate ./libs/infra/src/db/migrations/TestMigration
 | 
			
		||||
          npm run typeorm:migrations:generate ./libs/infra/src/migrations/TestMigration
 | 
			
		||||
      - name: Find file changes
 | 
			
		||||
        uses: tj-actions/verify-changed-files@v13.1
 | 
			
		||||
        id: verify-changed-files
 | 
			
		||||
        with:
 | 
			
		||||
          files: |
 | 
			
		||||
            server/libs/infra/src/db/migrations/
 | 
			
		||||
            server/libs/infra/src/migrations/
 | 
			
		||||
      - name: Verify files have not changed
 | 
			
		||||
        if: steps.verify-changed-files.outputs.files_changed == 'true'
 | 
			
		||||
        run: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user