Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Update Tests Pipeline's Migrate Command
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Nov 25, 2024
1 parent 513ea5c commit a056c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a056c2e

Please sign in to comment.