Skip to content

Commit

Permalink
Fix config file location after config split-up in Mautic
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Oct 13, 2023
1 parent b3258bc commit 8a319b3
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 8a319b3

Please sign in to comment.