Skip to content

Commit

Permalink
Try to obtain dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andybroomfield committed Nov 7, 2023
1 parent 9c18936 commit d7a9ee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
with:
path: ${{ env.LOCALGOV_DRUPAL_PROJECT_PATH }}

- name: Obtain dev dependencies
run: jq --raw-output '.["require-dev"] | values | to_entries[] | @sh "\(.key):\(.value)"' ./html/web/profiles/contrib/localgov/composer.json | xargs composer --working-dir=./html require

phpcs:
name: Coding standards checks
needs: build
Expand Down

0 comments on commit d7a9ee4

Please sign in to comment.