Skip to content

Commit

Permalink
Merge pull request #313 from mautic/fix-config-path
Browse files Browse the repository at this point in the history
Fix config file location after config split-up in Mautic
  • Loading branch information
mollux authored Oct 13, 2023
2 parents b3258bc + 8a319b3 commit 6b11eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
sed -i "s/('prod',/('test',/g" ./index.php
echo "MAUTIC_VERSION=4" >> $GITHUB_ENV
else
cp $GITHUB_WORKSPACE/.github/ci-files/local_5.php ./app/config/local.php
cp $GITHUB_WORKSPACE/.github/ci-files/local_5.php ./config/local.php
php bin/console mautic:install http://localhost/ --force --env=test
echo "MAUTIC_VERSION=5" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 6b11eb2

Please sign in to comment.