Troubleshooting pipeline: use .env.testing in place of .env.example
This commit is contained in:
parent
119ed9c882
commit
6398805fc3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue