Skip to content

Commit

Permalink
Update setup_ci.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manhtd-1083 authored Sep 13, 2023
1 parent 10166fd commit caf88dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Laravel/setup_ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
before_script:
- cp .env.example .env.testing
- composer install
- php artisan key:generate
- php artisan migrate
- php artisan key:generate --env=testing
- php artisan migrate --force --env=testing
- php artisan config:cache
- php artisan config:clear
- php artisan cache:clear
Expand Down Expand Up @@ -82,10 +82,10 @@ jobs:
- cp .env.example .env.testing
- composer install
- php artisan key:generate --env=testing
- php artisan migrate --force --env=testing
- php artisan config:cache
- php artisan config:clear
- php artisan cache:clear
- php artisan migrate --force --env=testing
script:
- vendor/bin/phpunit --coverage-clover ./coverage.xml --coverage-html=coverage
coverage:
Expand Down

0 comments on commit caf88dc

Please sign in to comment.