diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4eecc54..c68f784 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - name: Generate key run: php artisan key:generate -q -n - name: Migrate & seed database - run: php artisan migrate --seed --force + run: php artisan migrate --seed --path=database/migrations/v1 --force - name: Change directory permissions run: chmod -R 777 storage bootstrap/cache - name: Install JavaScript packages