mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Set variables for Passport install step
This commit is contained in:
parent
a3306e4a81
commit
fbc54526ed
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
@ -61,7 +61,12 @@ jobs:
|
|||
run: php artisan key:generate
|
||||
|
||||
- name: Install Passport
|
||||
run: php artisan passport:install --env=testing
|
||||
env:
|
||||
DB_CONNECTION: mysql
|
||||
DB_DATABASE: snipeit
|
||||
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
||||
DB_USERNAME: root
|
||||
run: php artisan passport:install
|
||||
|
||||
- name: Directory Permissions
|
||||
run: chmod -R 777 storage bootstrap/cache
|
||||
|
|
Loading…
Reference in a new issue