Skip to content

Commit 904e327

Browse files
authored
Update laravel.yml
1 parent 86fe5f6 commit 904e327

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/laravel.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,5 @@ jobs:
1717
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
1818
- name: Install Dependencies
1919
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
20-
- name: Generate key
21-
run: php artisan key:generate
22-
- name: Directory Permissions
23-
run: chmod -R 777 storage bootstrap/cache
24-
- name: Create Database
25-
run: |
26-
mkdir -p database
27-
touch database/database.sqlite
2820
- name: Execute tests (Unit and Feature tests) via PHPUnit
29-
env:
30-
DB_CONNECTION: sqlite
31-
DB_DATABASE: database/database.sqlite
3221
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)