Update main-ci.yml

This commit is contained in:
Shao Yu-Lung (Allen) 2021-04-07 13:12:14 +08:00 committed by GitHub
parent 8142ead2a0
commit 6897941396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
env:
PHP_VERSION: ${{ matrix.php_version }}
run: |
set -eux;
set -eux
cp env-example .env
sed -i -- '99,313s/=false/=true/g' .env
sed -i -- 's/CHANGE_SOURCE=true/CHANGE_SOURCE=false/g' .env