mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Revert "Install Passport during test setup process"
This reverts commit 690a5119f4
.
This commit is contained in:
parent
62b557f82c
commit
3d858b21fa
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -60,9 +60,6 @@ jobs:
|
|||
- name: Generate key
|
||||
run: php artisan key:generate
|
||||
|
||||
- name: Install Passport
|
||||
run: php artisan passport:install
|
||||
|
||||
- name: Directory Permissions
|
||||
run: chmod -R 777 storage bootstrap/cache
|
||||
|
||||
|
|
Loading…
Reference in a new issue