mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Combine steps
This commit is contained in:
parent
4ce86a061f
commit
e03b5754a8
17
.github/workflows/tests-sqlite.yml
vendored
17
.github/workflows/tests-sqlite.yml
vendored
|
@ -46,19 +46,14 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
|
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
|
||||||
|
|
||||||
- name: Directory Permissions
|
- name: Setup Laravel
|
||||||
run: chmod -R 777 storage bootstrap/cache
|
|
||||||
|
|
||||||
- name: Generate key
|
|
||||||
run: php artisan key:generate
|
|
||||||
|
|
||||||
- name: Install Passport
|
|
||||||
env:
|
env:
|
||||||
DB_CONNECTION: sqlite_testing
|
DB_CONNECTION: sqlite_testing
|
||||||
run: php artisan passport:install
|
run: |
|
||||||
|
php artisan key:generate
|
||||||
- name: Debug Passport
|
php artisan migrate --force
|
||||||
run: ls -la storage
|
php artisan passport:install
|
||||||
|
chmod -R 777 storage bootstrap/cache
|
||||||
|
|
||||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue