Fixed syntax in ci.yml

This commit is contained in:
Jitendra Singh 2020-01-21 20:31:22 +05:30
parent d12ecf74e5
commit da56b54cc7
1 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup PHP
- uses: shivammathur/setup-php@v1
with:
extensions: intl
- name: Setup PHP
- uses: shivammathur/setup-php@v1
with:
extensions: intl
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.ci', '.env');"