Fixed syntax in ci.yml
This commit is contained in:
parent
da56b54cc7
commit
b05e27a8ba
|
|
@ -12,7 +12,6 @@ jobs:
|
|||
- uses: shivammathur/setup-php@v1
|
||||
with:
|
||||
extensions: intl
|
||||
|
||||
- name: Copy .env
|
||||
run: php -r "file_exists('.env') || copy('.env.ci', '.env');"
|
||||
- name: Install Dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue