mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Install Passport during test setup process specifying the environment
This commit is contained in:
parent
3d858b21fa
commit
a3306e4a81
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -60,6 +60,9 @@ jobs:
|
||||||
- name: Generate key
|
- name: Generate key
|
||||||
run: php artisan key:generate
|
run: php artisan key:generate
|
||||||
|
|
||||||
|
- name: Install Passport
|
||||||
|
run: php artisan passport:install --env=testing
|
||||||
|
|
||||||
- name: Directory Permissions
|
- name: Directory Permissions
|
||||||
run: chmod -R 777 storage bootstrap/cache
|
run: chmod -R 777 storage bootstrap/cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue