mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Debugging step
This commit is contained in:
parent
a130033480
commit
51f72daba1
7
.github/workflows/tests-sqlite.yml
vendored
7
.github/workflows/tests-sqlite.yml
vendored
|
@ -46,11 +46,14 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
|
||||
|
||||
- name: Directory Permissions
|
||||
run: chmod -R 777 storage bootstrap/cache
|
||||
|
||||
- name: Generate key
|
||||
run: php artisan key:generate
|
||||
|
||||
- name: Directory Permissions
|
||||
run: chmod -R 777 storage bootstrap/cache
|
||||
- name: Debug Passport
|
||||
run: ls -la storage
|
||||
|
||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue