We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08142c7 commit 11a32f8Copy full SHA for 11a32f8
1 file changed
.github/workflows/php.yml
@@ -17,6 +17,9 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
20
+ - name: Install dependencies
21
+ run: composer install --prefer-dist --no-progress
22
+
23
- name: Validate composer.json and composer.lock
24
run: composer validate --strict
25
@@ -29,9 +32,6 @@ jobs:
29
32
restore-keys: |
30
33
${{ runner.os }}-php-
31
34
- - name: Install dependencies
- run: composer install --prefer-dist --no-progress
-
35
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
36
# Docs: https://getcomposer.org/doc/articles/scripts.md
37
0 commit comments