feat(ci): Added pipeline for tests
	
		
			
	
		
	
	
		
			
				
	
				continuous-integration/woodpecker the build failed
				
					Details
				
			
		
	
				
					
				
			
				
	
				continuous-integration/woodpecker the build failed
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									aaec6b43ae
								
							
						
					
					
						commit
						4d30eadf2e
					
				| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
pipeline:
 | 
			
		||||
  install:
 | 
			
		||||
    image: python:alpine
 | 
			
		||||
    commands:
 | 
			
		||||
      - pip install ".[tests]"
 | 
			
		||||
  test:
 | 
			
		||||
    image: python:alpine
 | 
			
		||||
    commands:
 | 
			
		||||
      - pytest
 | 
			
		||||
		Loading…
	
		Reference in New Issue