mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Add web-unit-test workflow to run in CI
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -28,3 +28,14 @@ jobs: | ||||
|  | ||||
|       - name: Run tests | ||||
|         run: cd server && npm ci && npm run check:all | ||||
|  | ||||
|   web-unit-tests: | ||||
|     name: Run web unit test suites and checks | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
|     steps: | ||||
|       - name: Checkout code | ||||
|         uses: actions/checkout@v3 | ||||
|  | ||||
|       - name: Run tests | ||||
|         run: cd web && npm ci && npm run check:all | ||||
|   | ||||
		Reference in New Issue
	
	Block a user