Troubleshooting pipeline: fix filename
This commit is contained in:
parent
6398805fc3
commit
8ea8ff05e5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ on:
|
|||
pipeline:
|
||||
- name: Setup
|
||||
cmd: |
|
||||
cp -v .env.testing .env
|
||||
cp -v .env.testing.example .env
|
||||
composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||
|
||||
- name: Generate Key
|
||||
|
|
Loading…
Add table
Reference in a new issue