Fixed syntax in ci.yml

This commit is contained in:
Jitendra Singh 2020-01-21 20:22:16 +05:30
parent 8a63aa2552
commit c494a3946b
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup PHP
uses: shivammathur/setup-php@v1
with:
php-version: '7.4'
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.ci', '.env');"
- name: Install Dependencies