forked from EVOgeek/Vmeda.Online
		
	MOBILE-3320 ci: Configure Github Actions
This commit is contained in:
		
							parent
							
								
									bb3d4f9523
								
							
						
					
					
						commit
						9ece50f369
					
				
							
								
								
									
										19
									
								
								.github/workflows/testing.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.github/workflows/testing.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,19 @@ | ||||
| name: Testing | ||||
| 
 | ||||
| on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
| 
 | ||||
|     runs-on: ubuntu-latest | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - name: Use Node.js | ||||
|       uses: actions/setup-node@v1 | ||||
|       with: | ||||
|         node-version: '12.x' | ||||
|     - run: npm ci | ||||
|     - run: npm run lint | ||||
|     - run: npm run test:ci | ||||
|     - run: npm run build:prod | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user