3
0
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:
Marcus Moore
2023-08-07 11:59:58 -07:00
parent 999605b591
commit b56bcd3596

View File

@ -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