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
No known key found for this signature in database

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