Skip to content

Commit 11a32f8

Browse files
committed
try to fix git action
1 parent 08142c7 commit 11a32f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20+
- name: Install dependencies
21+
run: composer install --prefer-dist --no-progress
22+
2023
- name: Validate composer.json and composer.lock
2124
run: composer validate --strict
2225

@@ -29,9 +32,6 @@ jobs:
2932
restore-keys: |
3033
${{ runner.os }}-php-
3134
32-
- name: Install dependencies
33-
run: composer install --prefer-dist --no-progress
34-
3535
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
3636
# Docs: https://getcomposer.org/doc/articles/scripts.md
3737

0 commit comments

Comments
 (0)