Skip to content

Commit 59c17c8

Browse files
committed
Composer scripts
1 parent 03da9d5 commit 59c17c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v3
3535

36+
- name: Configure project
37+
run: |
38+
composer run post-root-package-install --no-interaction
39+
3640
- name: Initialise environment
3741
run: |
3842
make ${{ matrix.drupal_version }}

0 commit comments

Comments
 (0)