mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -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
|
||||
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
|
||||
env:
|
||||
DB_CONNECTION: mysql
|
||||
|
|
Loading…
Reference in a new issue