We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5e228 commit 9ea973fCopy full SHA for 9ea973f
.github/workflows/ci.yml
@@ -66,11 +66,11 @@ jobs:
66
- name: Clear Config
67
run: php artisan config:clear
68
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'] }}
+# - name: Run Migration
+# run: php artisan migrate -v
+# env:
+# DB_PORT: ${{ job.services.mysql.ports['3306'] }}
+# REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
74
75
- name: Test code style pint
76
run: composer run pint-test
0 commit comments