mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Enable package caching for frontend testing
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -190,6 +190,8 @@ jobs: | |||||||
|         uses: actions/setup-node@v3 |         uses: actions/setup-node@v3 | ||||||
|         with: |         with: | ||||||
|           node-version: ${{ matrix.node-version }} |           node-version: ${{ matrix.node-version }} | ||||||
|  |           cache: 'npm' | ||||||
|  |           cache-dependency-path: 'src-ui/package-lock.json' | ||||||
|       - run: cd src-ui && npm ci |       - run: cd src-ui && npm ci | ||||||
|       - run: cd src-ui && npm run lint |       - run: cd src-ui && npm run lint | ||||||
|       - run: cd src-ui && npm run test |       - run: cd src-ui && npm run test | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Trenton H
					Trenton H