Skip to content

Commit

Permalink
fix: tests without vite to testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocastellano committed Dec 2, 2024
1 parent 85c5fee commit aa2fbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: php artisan config:clear

- name: Run Migration
run: php artisan migrate -v
run: php artisan migrate:fresh --seed -v
env:
DB_PORT: ${{ job.services.mysql.ports['3306'] }}
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
Expand Down

0 comments on commit aa2fbf4

Please sign in to comment.