Workflow Fixed

This commit is contained in:
devansh bawari 2021-02-26 14:03:56 +05:30
parent 2d9f507566
commit bf1ec8a07a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Composer install
run: |
set -e
composer install --no-interaction --ansi --no-progress --no-suggest --optimize-autoloader
composer install --no-cache
- name: Migrate database
run: set -e && php artisan migrate --env=testing