Tests
This commit is contained in:
		
							parent
							
								
									dc73712554
								
							
						
					
					
						commit
						4cf40f13a1
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,13 @@
 | 
				
			||||||
 | 
					name: Image testing
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					on: 
 | 
				
			||||||
 | 
					- push
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  tests:
 | 
				
			||||||
 | 
					   runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					   steps:
 | 
				
			||||||
 | 
					   - uses: actions/checkout@v1
 | 
				
			||||||
 | 
					   - name: testing
 | 
				
			||||||
 | 
					     run: |
 | 
				
			||||||
 | 
					       make test
 | 
				
			||||||
		Loading…
	
		Reference in a new issue