mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Troubleshooting pipeline: create both .env and .env.testing
This commit is contained in:
parent
999605b591
commit
b56bcd3596
|
@ -20,6 +20,7 @@ on:
|
||||||
pipeline:
|
pipeline:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
cmd: |
|
cmd: |
|
||||||
|
cp -v .env.testing.example .env
|
||||||
cp -v .env.testing.example .env.testing
|
cp -v .env.testing.example .env.testing
|
||||||
composer install --no-interaction --prefer-dist --optimize-autoloader
|
composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue