* #17 - set up Laravel Dusk * #17 - ecs fix * #17 - fix * #17 - fix * #17 - fix * #17 - fix * Update .env.dusk.local Co-authored-by: Krzysztof Rewak <krzysztof.rewak@blumilk.pl> Co-authored-by: Adrian Hopek <adrian.hopek@blumilk.pl> Co-authored-by: Krzysztof Rewak <krzysztof.rewak@blumilk.pl>
This commit is contained in:
		
							
								
								
									
										10
									
								
								.github/workflows/test-and-lint-php.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/test-and-lint-php.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,6 +10,16 @@ jobs: | ||||
|   test-and-lint-php: | ||||
|     name: Test & lint PHP stuff | ||||
|     runs-on: ubuntu-20.04 | ||||
|     services: | ||||
|       mysql: | ||||
|         image: mysql:8.0 | ||||
|         env: | ||||
|           MYSQL_DATABASE: toby | ||||
|           MYSQL_USER: toby | ||||
|           MYSQL_PASSWORD: password | ||||
|           MYSQL_ALLOW_EMPTY_PASSWORD: 1 | ||||
|         ports: | ||||
|           - 3306:3306 | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user