mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Fix command.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/laravel.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/laravel.yml
									
									
									
									
										vendored
									
									
								
							@@ -116,11 +116,10 @@ jobs:
 | 
			
		||||
      - name: install depenencies
 | 
			
		||||
        run: |
 | 
			
		||||
          composer global require nette/coding-standard
 | 
			
		||||
          composer global require symplify/easy-coding-standard
 | 
			
		||||
          composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
 | 
			
		||||
 | 
			
		||||
      - name: Execute tests (Unit and Feature tests) via PHPUnit
 | 
			
		||||
        run: ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml
 | 
			
		||||
        run: ./vendor/bin/ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml
 | 
			
		||||
 | 
			
		||||
  phpstan:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user