File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed 
internal-packages/testcontainers/src Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 2727      - name : 📥 Download deps 
2828        run : pnpm install --frozen-lockfile 
2929
30+       - name : 📀 Generate Prisma Client 
31+         run : pnpm run generate 
32+ 
3033      - name : 🧪 Run Unit Tests 
3134        run : pnpm run test 
Original file line number Diff line number Diff line change @@ -9,14 +9,6 @@ export async function createPostgresContainer() {
99  // Run migrations 
1010  const  databasePath  =  path . resolve ( __dirname ,  "../../database" ) ; 
1111
12-   execSync ( `npx prisma@5.4.1 generate --schema ${ databasePath }  /prisma/schema.prisma` ,  { 
13-     env : { 
14-       ...process . env , 
15-       DATABASE_URL : container . getConnectionUri ( ) , 
16-       DIRECT_URL : container . getConnectionUri ( ) , 
17-     } , 
18-   } ) ; 
19- 
2012  execSync ( `npx prisma@5.4.1 db push --schema ${ databasePath }  /prisma/schema.prisma` ,  { 
2113    env : { 
2214      ...process . env , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments