mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-06 16:45:55 +00:00
Troubleshooting pipeline: create both .env and .env.testing
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user