Skip to content

Commit

Permalink
Composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan committed Feb 3, 2025
1 parent 03da9d5 commit 59c17c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Configure project
run: |
composer run post-root-package-install --no-interaction
- name: Initialise environment
run: |
make ${{ matrix.drupal_version }}
Expand Down

0 comments on commit 59c17c8

Please sign in to comment.