mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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:
|
||||
- name: Setup
|
||||
cmd: |
|
||||
cp -v .env.testing.example .env
|
||||
cp -v .env.testing.example .env.testing
|
||||
composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||
|
||||
|
|
Loading…
Reference in a new issue