We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c505f0 commit 8be0fcfCopy full SHA for 8be0fcf
.github/workflows/test-module.yml
@@ -131,7 +131,9 @@ jobs:
131
132
- name: Obtain dev dependencies
133
if: hashFiles('./html/${{inputs.project_path}}/composer.json') != ''
134
- run: jq --raw-output '.["require-dev"] | values | to_entries[] | @sh "\(.key):\(.value)"' ./html/${{inputs.project_path}}/composer.json | xargs composer --working-dir=./html require
+ run: |
135
+ composer --working-dir=./html require 'drupal/facets:^2.0'
136
+ jq --raw-output '.["require-dev"] | values | to_entries[] | @sh "\(.key):\(.value)"' ./html/${{inputs.project_path}}/composer.json | xargs composer --working-dir=./html require
137
138
eslint_js:
139
name: ESLint javascript checks
0 commit comments