Skip to content

Commit 975ff14

Browse files
fix build
1 parent 3abb87f commit 975ff14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Configure Trix if enabled
120120
if: matrix.trix == true
121121
run: |
122-
echo "bit_bag_sylius_cms:\n wysiwyg_editor: trix" >> tests/Application/config/packages/bitbag_sylius_cms_plugin.yaml
122+
printf "bit_bag_sylius_cms:\n wysiwyg_editor: trix\n" >> tests/Application/config/packages/bitbag_sylius_cms_plugin.yaml
123123
124124
- name: Prepare test application database
125125
run: |

0 commit comments

Comments
 (0)