Troubleshooting pipeline: re-add creating .env.testing

This commit is contained in:
Marcus Moore 2023-08-07 11:48:09 -07:00
parent 0d40979724
commit d3a45f73cf
No known key found for this signature in database

View file

@ -21,6 +21,7 @@ pipeline:
- name: Setup - name: Setup
cmd: | cmd: |
cp -v .env.testing.example .env cp -v .env.testing.example .env
touch .env.testing
composer install --no-interaction --prefer-dist --optimize-autoloader composer install --no-interaction --prefer-dist --optimize-autoloader
- name: Generate Key - name: Generate Key