Skip to content

Commit 42bca0a

Browse files
authored
Install deps
and run phpunit
1 parent 916d7ef commit 42bca0a

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
@@ -7,18 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: Copy .env
11-
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
1210
- name: Install Dependencies
1311
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
14-
- name: Generate key
15-
run: php artisan key:generate
16-
- name: Create Database
17-
run: |
18-
mkdir -p database
19-
touch database/database.sqlite
2012
- name: Execute tests (Unit and Feature tests) via PHPUnit
21-
env:
22-
DB_CONNECTION: sqlite
23-
DB_DATABASE: database/database.sqlite
2413
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)