This commit is contained in:
		@@ -10,7 +10,7 @@ pipeline:
 | 
				
			|||||||
  test:
 | 
					  test:
 | 
				
			||||||
    image: composer
 | 
					    image: composer
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
    -	apt update
 | 
					    - apt update
 | 
				
			||||||
    - apt install rclone
 | 
					    - apt install rclone
 | 
				
			||||||
    - composer install
 | 
					    - composer install
 | 
				
			||||||
    - vendor/bin/phpunit tests
 | 
					    - vendor/bin/phpunit tests
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user