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:
|
pipeline:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
cmd: |
|
cmd: |
|
||||||
cp -v .env.example .env
|
cp -v .env.testing .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
|
||||||
|
|
Loading…
Add table
Reference in a new issue