Troubleshooting pipeline: use .env.testing in place of .env.example

This commit is contained in:
Marcus Moore 2023-08-07 11:24:38 -07:00
parent 119ed9c882
commit 6398805fc3
No known key found for this signature in database

View file

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