We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaaaa0 commit ddb0802Copy full SHA for ddb0802
.github/workflows/php.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Install Composer dependencies
21
if: steps.cache-vendor.outputs.cache-hit != 'true'
22
- run: composer install --no-interaction
+ run: composer build:test
23
24
lint:
25
name: Lint
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
+ run: build:test
42
43
- name: Lint against Laravel code style
44
run: composer lint
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
- name: Setup application
70
run: |
0 commit comments