test actions in sqlite memory
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@@ -11,12 +11,5 @@ jobs:
 | 
			
		||||
      run: php -r "file_exists('.env') || copy('.env.testing', '.env');"
 | 
			
		||||
    - name: Install composer
 | 
			
		||||
      run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
 | 
			
		||||
    - name: Create Database
 | 
			
		||||
      run: |
 | 
			
		||||
        mkdir -p database
 | 
			
		||||
        touch database/database.sqlite
 | 
			
		||||
    - name: Execute tests
 | 
			
		||||
      env:
 | 
			
		||||
        DB_CONNECTION: sqlite
 | 
			
		||||
        DB_DATABASE: database/database.sqlite
 | 
			
		||||
      run: vendor/bin/phpunit
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user