Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhero committed Feb 19, 2025
1 parent 3abb87f commit 975ff14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Configure Trix if enabled
if: matrix.trix == true
run: |
echo "bit_bag_sylius_cms:\n wysiwyg_editor: trix" >> tests/Application/config/packages/bitbag_sylius_cms_plugin.yaml
printf "bit_bag_sylius_cms:\n wysiwyg_editor: trix\n" >> tests/Application/config/packages/bitbag_sylius_cms_plugin.yaml
- name: Prepare test application database
run: |
Expand Down

0 comments on commit 975ff14

Please sign in to comment.