mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Add database migration step
This commit is contained in:
parent
690a5119f4
commit
65e3696029
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -60,6 +60,9 @@ jobs:
|
|||
- name: Generate key
|
||||
run: php artisan key:generate
|
||||
|
||||
- name: Migrate Database
|
||||
run: php artisan migrate
|
||||
|
||||
- name: Install Passport
|
||||
run: php artisan passport:install
|
||||
|
||||
|
|
Loading…
Reference in a new issue