mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01:00 
			
		
		
		
	Modern syntax for CI
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		@@ -1,15 +1,15 @@
 | 
				
			|||||||
pipeline:
 | 
					steps:
 | 
				
			||||||
  requirements:
 | 
					  - name: requirements
 | 
				
			||||||
    image: composer
 | 
					    image: composer
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
    - composer install --no-dev
 | 
					    - composer install --no-dev
 | 
				
			||||||
  run:
 | 
					  - name: run
 | 
				
			||||||
    image: php:cli-bookworm
 | 
					    image: php:cli-bookworm
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - php examples/3teams.php
 | 
					      - php examples/3teams.php
 | 
				
			||||||
      - php examples/basic.php
 | 
					      - php examples/basic.php
 | 
				
			||||||
  dependencies:
 | 
					  - name: dependencies
 | 
				
			||||||
    image: composer
 | 
					    image: composer
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
    - composer install
 | 
					    - composer install
 | 
				
			||||||
    - vendor/bin/phpunit tests --no-coverage 
 | 
					    - vendor/bin/phpunit tests --no-coverage
 | 
				
			||||||
		Reference in New Issue
	
	Block a user