Skip to content

Commit 9ea973f

Browse files
committed
chore: let the tests migrate the database using RefreshDatabase
1 parent 1a5e228 commit 9ea973f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
- name: Clear Config
6767
run: php artisan config:clear
6868

69-
- name: Run Migration
70-
run: php artisan migrate -v
71-
env:
72-
DB_PORT: ${{ job.services.mysql.ports['3306'] }}
73-
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
69+
# - name: Run Migration
70+
# run: php artisan migrate -v
71+
# env:
72+
# DB_PORT: ${{ job.services.mysql.ports['3306'] }}
73+
# REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
7474

7575
- name: Test code style pint
7676
run: composer run pint-test

0 commit comments

Comments
 (0)