mirror of
				https://github.com/home-assistant/core.git
				synced 2025-10-31 14:39:27 +00:00 
			
		
		
		
	 cfa69fef1e
			
		
	
	cfa69fef1e
	
	
	
		
			
			* Add docker test runner * Move test Dockerfile into virtualization folder * Don't build zwave in test environment
		
			
				
	
	
		
			6 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| set -e
 | |
| 
 | |
| docker build -t home-assistant-test -f virtualization/Docker/Dockerfile.test .
 | |
| docker run --rm -it home-assistant-test tox -e lint
 |