We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49459fb commit b8c62abCopy full SHA for b8c62ab
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
10
name: CI
11
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
12
with:
13
+ composer_install: true
14
# Use simple_matrix to limit the number of created jobs
15
# phpunit.xml.dist has a large number of testsuites, all of which are tested with
16
# multiple versions of php + databases in both the modules themselves and other recipes
0 commit comments