mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	fix(test): avoid ELIFECYCLE by recursive calling of test
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							@@ -128,7 +128,7 @@ jobs:
 | 
			
		||||
      - run: pnpm install --frozen-lockfile
 | 
			
		||||
 | 
			
		||||
      - name: Run the unit tests
 | 
			
		||||
        run: pnpm run test
 | 
			
		||||
        run: pnpm run test:all
 | 
			
		||||
 | 
			
		||||
  build_docker:
 | 
			
		||||
    name: Build Docker image
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@
 | 
			
		||||
    "chore:generate-openapi": "tsx ./scripts/generate-openapi.ts",
 | 
			
		||||
    "chore:update-build-info": "tsx ./scripts/update-build-info.ts",
 | 
			
		||||
    "chore:update-version": "tsx ./scripts/update-version.ts",
 | 
			
		||||
    "test": "pnpm test:parallel && pnpm test:sequential",
 | 
			
		||||
    "test:all": "pnpm test:parallel && pnpm test:sequential",
 | 
			
		||||
    "test:parallel": "pnpm nx run-many -t test --all --exclude=ckeditor5-mermaid,ckeditor5-math --parallel",
 | 
			
		||||
    "test:sequential": "pnpm nx run-many -t test --projects=ckeditor5-mermaid,ckeditor5-math --parallel=1",
 | 
			
		||||
    "coverage": "pnpm nx run-many -t coverage"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user