mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Run migrations
This commit is contained in:
parent
fbc54526ed
commit
32fdd36802
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -60,6 +60,14 @@ jobs:
|
||||||
- name: Generate key
|
- name: Generate key
|
||||||
run: php artisan key:generate
|
run: php artisan key:generate
|
||||||
|
|
||||||
|
- name: Migrate Database
|
||||||
|
env:
|
||||||
|
DB_CONNECTION: mysql
|
||||||
|
DB_DATABASE: snipeit
|
||||||
|
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
||||||
|
DB_USERNAME: root
|
||||||
|
run: php artisan migrate --force
|
||||||
|
|
||||||
- name: Install Passport
|
- name: Install Passport
|
||||||
env:
|
env:
|
||||||
DB_CONNECTION: mysql
|
DB_CONNECTION: mysql
|
||||||
|
|
Loading…
Reference in a new issue