Fixed syntax in ci.yml

This commit is contained in:
Jitendra Singh 2020-01-21 20:32:51 +05:30
parent da56b54cc7
commit b05e27a8ba
1 changed files with 0 additions and 1 deletions

View File

@ -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