Skip to content

Commit ddb0802

Browse files
committed
Update php.yml
1 parent 6eaaaa0 commit ddb0802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install Composer dependencies
2121
if: steps.cache-vendor.outputs.cache-hit != 'true'
22-
run: composer install --no-interaction
22+
run: composer build:test
2323

2424
lint:
2525
name: Lint
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install Composer dependencies
4040
if: steps.cache-vendor.outputs.cache-hit != 'true'
41-
run: composer install --no-interaction
41+
run: build:test
4242

4343
- name: Lint against Laravel code style
4444
run: composer lint
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Install Composer dependencies
6666
if: steps.cache-vendor.outputs.cache-hit != 'true'
67-
run: composer install --no-interaction
67+
run: build:test
6868

6969
- name: Setup application
7070
run: |

0 commit comments

Comments
 (0)