Troubleshooting pipeline: re-add creating .env.testing
This commit is contained in:
parent
0d40979724
commit
d3a45f73cf
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ pipeline:
|
|||
- name: Setup
|
||||
cmd: |
|
||||
cp -v .env.testing.example .env
|
||||
touch .env.testing
|
||||
composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||
|
||||
- name: Generate Key
|
||||
|
|
Loading…
Add table
Reference in a new issue