Skip to content

Commit

Permalink
ensure Mautic is using the dev env instead of test
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Sep 27, 2022
1 parent 40f1934 commit bcba2fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
coverage: pcov

- name: Set SYMFONY_ENV to test
run: echo "SYMFONY_ENV=test" >> $GITHUB_ENV
run: |
echo "SYMFONY_ENV=test" >> $GITHUB_ENV
echo "MAUTIC_ENV=dev" >> $GITHUB_ENV
- name: Install Apache
# We need the sed command at the bottom to set the PHP session save path to a directory that's writable for PHP
Expand Down

0 comments on commit bcba2fb

Please sign in to comment.